public static final class PublisherModel.CallToAction.RegionalResourceReferences extends com.google.protobuf.GeneratedMessageV3 implements PublisherModel.CallToAction.RegionalResourceReferencesOrBuilder
The regional resource name or the URI. Key is region, e.g., us-central1, europe-west2, global, etc..Protobuf type
google.cloud.aiplatform.v1beta1.PublisherModel.CallToAction.RegionalResourceReferences| Modifier and Type | Class and Description |
|---|---|
static class |
PublisherModel.CallToAction.RegionalResourceReferences.Builder
The regional resource name or the URI.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
REFERENCES_FIELD_NUMBER |
static int |
RESOURCE_DESCRIPTION_FIELD_NUMBER |
static int |
RESOURCE_TITLE_FIELD_NUMBER |
static int |
RESOURCE_USE_CASE_FIELD_NUMBER |
static int |
TITLE_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int REFERENCES_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
public static final int RESOURCE_TITLE_FIELD_NUMBER
public static final int RESOURCE_USE_CASE_FIELD_NUMBER
public static final int RESOURCE_DESCRIPTION_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getReferencesCount()
PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderRequired.
map<string, .google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED];
getReferencesCount in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderpublic boolean containsReferences(String key)
Required.
map<string, .google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED];
containsReferences in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilder@Deprecated public Map<String,PublisherModel.ResourceReference> getReferences()
getReferencesMap() instead.getReferences in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderpublic Map<String,PublisherModel.ResourceReference> getReferencesMap()
Required.
map<string, .google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED];
getReferencesMap in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderpublic PublisherModel.ResourceReference getReferencesOrDefault(String key, PublisherModel.ResourceReference defaultValue)
Required.
map<string, .google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED];
getReferencesOrDefault in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderpublic PublisherModel.ResourceReference getReferencesOrThrow(String key)
Required.
map<string, .google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED];
getReferencesOrThrow in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderpublic String getTitle()
Required.
string title = 2 [(.google.api.field_behavior) = REQUIRED];getTitle in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderpublic com.google.protobuf.ByteString getTitleBytes()
Required.
string title = 2 [(.google.api.field_behavior) = REQUIRED];getTitleBytes in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderpublic boolean hasResourceTitle()
Optional. Title of the resource.
optional string resource_title = 3 [(.google.api.field_behavior) = OPTIONAL];hasResourceTitle in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderpublic String getResourceTitle()
Optional. Title of the resource.
optional string resource_title = 3 [(.google.api.field_behavior) = OPTIONAL];getResourceTitle in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderpublic com.google.protobuf.ByteString getResourceTitleBytes()
Optional. Title of the resource.
optional string resource_title = 3 [(.google.api.field_behavior) = OPTIONAL];getResourceTitleBytes in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderpublic boolean hasResourceUseCase()
Optional. Use case (CUJ) of the resource.
optional string resource_use_case = 4 [(.google.api.field_behavior) = OPTIONAL];
hasResourceUseCase in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderpublic String getResourceUseCase()
Optional. Use case (CUJ) of the resource.
optional string resource_use_case = 4 [(.google.api.field_behavior) = OPTIONAL];
getResourceUseCase in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderpublic com.google.protobuf.ByteString getResourceUseCaseBytes()
Optional. Use case (CUJ) of the resource.
optional string resource_use_case = 4 [(.google.api.field_behavior) = OPTIONAL];
getResourceUseCaseBytes in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderpublic boolean hasResourceDescription()
Optional. Description of the resource.
optional string resource_description = 5 [(.google.api.field_behavior) = OPTIONAL];
hasResourceDescription in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderpublic String getResourceDescription()
Optional. Description of the resource.
optional string resource_description = 5 [(.google.api.field_behavior) = OPTIONAL];
getResourceDescription in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderpublic com.google.protobuf.ByteString getResourceDescriptionBytes()
Optional. Description of the resource.
optional string resource_description = 5 [(.google.api.field_behavior) = OPTIONAL];
getResourceDescriptionBytes in interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static PublisherModel.CallToAction.RegionalResourceReferences parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PublisherModel.CallToAction.RegionalResourceReferences parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PublisherModel.CallToAction.RegionalResourceReferences parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PublisherModel.CallToAction.RegionalResourceReferences parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PublisherModel.CallToAction.RegionalResourceReferences parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PublisherModel.CallToAction.RegionalResourceReferences parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PublisherModel.CallToAction.RegionalResourceReferences parseFrom(InputStream input) throws IOException
IOExceptionpublic static PublisherModel.CallToAction.RegionalResourceReferences parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PublisherModel.CallToAction.RegionalResourceReferences parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PublisherModel.CallToAction.RegionalResourceReferences parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PublisherModel.CallToAction.RegionalResourceReferences parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PublisherModel.CallToAction.RegionalResourceReferences parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PublisherModel.CallToAction.RegionalResourceReferences.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PublisherModel.CallToAction.RegionalResourceReferences.Builder newBuilder()
public static PublisherModel.CallToAction.RegionalResourceReferences.Builder newBuilder(PublisherModel.CallToAction.RegionalResourceReferences prototype)
public PublisherModel.CallToAction.RegionalResourceReferences.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PublisherModel.CallToAction.RegionalResourceReferences.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PublisherModel.CallToAction.RegionalResourceReferences getDefaultInstance()
public static com.google.protobuf.Parser<PublisherModel.CallToAction.RegionalResourceReferences> parser()
public com.google.protobuf.Parser<PublisherModel.CallToAction.RegionalResourceReferences> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PublisherModel.CallToAction.RegionalResourceReferences getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.