public static interface Sku.SkuPrice.AiPlatformManagedModelEndpointLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGlobalEndpoint()
public abstract boolean getGlobalEndpoint()Output only. The SKU applies to a global endpoint. Note: This is distinct from the conventional meaning of "global" as a SKU that applies to all locations.
bool global_endpoint = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The globalEndpoint. |
getLocationCase()
public abstract Sku.SkuPrice.AiPlatformManagedModelEndpointLocation.LocationCase getLocationCase()| Returns | |
|---|---|
| Type | Description |
Sku.SkuPrice.AiPlatformManagedModelEndpointLocation.LocationCase |
|
getMultiRegionId()
public abstract String getMultiRegionId()Output only. The SKU applies to a multi-region.
string multi_region_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The multiRegionId. |
getMultiRegionIdBytes()
public abstract ByteString getMultiRegionIdBytes()Output only. The SKU applies to a multi-region.
string multi_region_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for multiRegionId. |
getRegionId()
public abstract String getRegionId()Output only. The SKU applies to a region.
string region_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The regionId. |
getRegionIdBytes()
public abstract ByteString getRegionIdBytes()Output only. The SKU applies to a region.
string region_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for regionId. |
hasGlobalEndpoint()
public abstract boolean hasGlobalEndpoint()Output only. The SKU applies to a global endpoint. Note: This is distinct from the conventional meaning of "global" as a SKU that applies to all locations.
bool global_endpoint = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the globalEndpoint field is set. |
hasMultiRegionId()
public abstract boolean hasMultiRegionId()Output only. The SKU applies to a multi-region.
string multi_region_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the multiRegionId field is set. |
hasRegionId()
public abstract boolean hasRegionId()Output only. The SKU applies to a region.
string region_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the regionId field is set. |