public static final class Sku.SkuPrice.AiPlatformManagedModelEndpointLocation extends GeneratedMessage implements Sku.SkuPrice.AiPlatformManagedModelEndpointLocationOrBuilder
Location scope for a SKU that applies to an AI Platform Managed Model
endpoint.
Protobuf type
google.cloud.commerceproducer.v1beta.Sku.SkuPrice.AiPlatformManagedModelEndpointLocation
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int GLOBAL_ENDPOINT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int MULTI_REGION_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int REGION_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static Sku.SkuPrice.AiPlatformManagedModelEndpointLocation getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static Sku.SkuPrice.AiPlatformManagedModelEndpointLocation.Builder newBuilder()
public static Sku.SkuPrice.AiPlatformManagedModelEndpointLocation.Builder newBuilder(Sku.SkuPrice.AiPlatformManagedModelEndpointLocation prototype)
public static Sku.SkuPrice.AiPlatformManagedModelEndpointLocation parseDelimitedFrom(InputStream input)
public static Sku.SkuPrice.AiPlatformManagedModelEndpointLocation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Sku.SkuPrice.AiPlatformManagedModelEndpointLocation parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static Sku.SkuPrice.AiPlatformManagedModelEndpointLocation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Sku.SkuPrice.AiPlatformManagedModelEndpointLocation parseFrom(ByteString data)
public static Sku.SkuPrice.AiPlatformManagedModelEndpointLocation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Sku.SkuPrice.AiPlatformManagedModelEndpointLocation parseFrom(CodedInputStream input)
public static Sku.SkuPrice.AiPlatformManagedModelEndpointLocation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Sku.SkuPrice.AiPlatformManagedModelEndpointLocation parseFrom(InputStream input)
public static Sku.SkuPrice.AiPlatformManagedModelEndpointLocation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Sku.SkuPrice.AiPlatformManagedModelEndpointLocation parseFrom(ByteBuffer data)
public static Sku.SkuPrice.AiPlatformManagedModelEndpointLocation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<Sku.SkuPrice.AiPlatformManagedModelEndpointLocation> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public Sku.SkuPrice.AiPlatformManagedModelEndpointLocation getDefaultInstanceForType()
public 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.
|
public Sku.SkuPrice.AiPlatformManagedModelEndpointLocation.LocationCase getLocationCase()
public 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.
|
public 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.
|
public Parser<Sku.SkuPrice.AiPlatformManagedModelEndpointLocation> getParserForType()
Overrides
public 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.
|
public 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.
|
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
public 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.
|
public 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.
|
public 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.
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public Sku.SkuPrice.AiPlatformManagedModelEndpointLocation.Builder newBuilderForType()
protected Sku.SkuPrice.AiPlatformManagedModelEndpointLocation.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public Sku.SkuPrice.AiPlatformManagedModelEndpointLocation.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides