Package com.google.cloud.aiplatform.v1
Interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublisherModel.CallToAction.RegionalResourceReferences,PublisherModel.CallToAction.RegionalResourceReferences.Builder
- Enclosing class:
- PublisherModel.CallToAction
public static interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsReferences(String key) Required.Deprecated.intRequired.Required.getReferencesOrDefault(String key, PublisherModel.ResourceReference defaultValue) Required.Required.Optional.com.google.protobuf.ByteStringOptional.Optional.com.google.protobuf.ByteStringOptional.Optional.com.google.protobuf.ByteStringOptional.getTitle()Required.com.google.protobuf.ByteStringRequired.booleanOptional.booleanOptional.booleanOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getReferencesCount
int getReferencesCount()Required.
map<string, .google.cloud.aiplatform.v1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED]; -
containsReferences
Required.
map<string, .google.cloud.aiplatform.v1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED]; -
getReferences
Deprecated.UsegetReferencesMap()instead. -
getReferencesMap
Map<String,PublisherModel.ResourceReference> getReferencesMap()Required.
map<string, .google.cloud.aiplatform.v1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED]; -
getReferencesOrDefault
PublisherModel.ResourceReference getReferencesOrDefault(String key, PublisherModel.ResourceReference defaultValue) Required.
map<string, .google.cloud.aiplatform.v1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED]; -
getReferencesOrThrow
Required.
map<string, .google.cloud.aiplatform.v1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED]; -
getTitle
String getTitle()Required.
string title = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()Required.
string title = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for title.
-
hasResourceTitle
boolean hasResourceTitle()Optional. Title of the resource.
optional string resource_title = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the resourceTitle field is set.
-
getResourceTitle
String getResourceTitle()Optional. Title of the resource.
optional string resource_title = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The resourceTitle.
-
getResourceTitleBytes
com.google.protobuf.ByteString getResourceTitleBytes()Optional. Title of the resource.
optional string resource_title = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for resourceTitle.
-
hasResourceUseCase
boolean hasResourceUseCase()Optional. Use case (CUJ) of the resource.
optional string resource_use_case = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the resourceUseCase field is set.
-
getResourceUseCase
String getResourceUseCase()Optional. Use case (CUJ) of the resource.
optional string resource_use_case = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The resourceUseCase.
-
getResourceUseCaseBytes
com.google.protobuf.ByteString getResourceUseCaseBytes()Optional. Use case (CUJ) of the resource.
optional string resource_use_case = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for resourceUseCase.
-
hasResourceDescription
boolean hasResourceDescription()Optional. Description of the resource.
optional string resource_description = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the resourceDescription field is set.
-
getResourceDescription
String getResourceDescription()Optional. Description of the resource.
optional string resource_description = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The resourceDescription.
-
getResourceDescriptionBytes
com.google.protobuf.ByteString getResourceDescriptionBytes()Optional. Description of the resource.
optional string resource_description = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for resourceDescription.
-