public interface DedicatedInfrastructureOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAutoscalingSpec()
public abstract DedicatedInfrastructure.AutoscalingSpec getAutoscalingSpec()Optional. Autoscaling specification.
.google.cloud.vectorsearch.v1beta.DedicatedInfrastructure.AutoscalingSpec autoscaling_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DedicatedInfrastructure.AutoscalingSpec |
The autoscalingSpec. |
getAutoscalingSpecOrBuilder()
public abstract DedicatedInfrastructure.AutoscalingSpecOrBuilder getAutoscalingSpecOrBuilder()Optional. Autoscaling specification.
.google.cloud.vectorsearch.v1beta.DedicatedInfrastructure.AutoscalingSpec autoscaling_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DedicatedInfrastructure.AutoscalingSpecOrBuilder |
|
getMode()
public abstract DedicatedInfrastructure.Mode getMode()Optional. Mode of the dedicated infrastructure.
optional .google.cloud.vectorsearch.v1beta.DedicatedInfrastructure.Mode mode = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DedicatedInfrastructure.Mode |
The mode. |
getModeValue()
public abstract int getModeValue()Optional. Mode of the dedicated infrastructure.
optional .google.cloud.vectorsearch.v1beta.DedicatedInfrastructure.Mode mode = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for mode. |
hasAutoscalingSpec()
public abstract boolean hasAutoscalingSpec()Optional. Autoscaling specification.
.google.cloud.vectorsearch.v1beta.DedicatedInfrastructure.AutoscalingSpec autoscaling_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the autoscalingSpec field is set. |
hasMode()
public abstract boolean hasMode()Optional. Mode of the dedicated infrastructure.
optional .google.cloud.vectorsearch.v1beta.DedicatedInfrastructure.Mode mode = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the mode field is set. |