public static interface ExperimentConfig.VersionReleaseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getState()
public abstract ExperimentConfig.State getState()Optional. State of the version release.
.google.cloud.ces.v1beta.ExperimentConfig.State state = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ExperimentConfig.State |
The state. |
getStateValue()
public abstract int getStateValue()Optional. State of the version release.
.google.cloud.ces.v1beta.ExperimentConfig.State state = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
getTrafficAllocations(int index)
public abstract ExperimentConfig.VersionRelease.TrafficAllocation getTrafficAllocations(int index)Optional. Traffic allocations for the version release.
repeated .google.cloud.ces.v1beta.ExperimentConfig.VersionRelease.TrafficAllocation traffic_allocations = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ExperimentConfig.VersionRelease.TrafficAllocation |
|
getTrafficAllocationsCount()
public abstract int getTrafficAllocationsCount()Optional. Traffic allocations for the version release.
repeated .google.cloud.ces.v1beta.ExperimentConfig.VersionRelease.TrafficAllocation traffic_allocations = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getTrafficAllocationsList()
public abstract List<ExperimentConfig.VersionRelease.TrafficAllocation> getTrafficAllocationsList()Optional. Traffic allocations for the version release.
repeated .google.cloud.ces.v1beta.ExperimentConfig.VersionRelease.TrafficAllocation traffic_allocations = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<TrafficAllocation> |
|
getTrafficAllocationsOrBuilder(int index)
public abstract ExperimentConfig.VersionRelease.TrafficAllocationOrBuilder getTrafficAllocationsOrBuilder(int index)Optional. Traffic allocations for the version release.
repeated .google.cloud.ces.v1beta.ExperimentConfig.VersionRelease.TrafficAllocation traffic_allocations = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ExperimentConfig.VersionRelease.TrafficAllocationOrBuilder |
|
getTrafficAllocationsOrBuilderList()
public abstract List<? extends ExperimentConfig.VersionRelease.TrafficAllocationOrBuilder> getTrafficAllocationsOrBuilderList()Optional. Traffic allocations for the version release.
repeated .google.cloud.ces.v1beta.ExperimentConfig.VersionRelease.TrafficAllocation traffic_allocations = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.ces.v1beta.ExperimentConfig.VersionRelease.TrafficAllocationOrBuilder> |
|