public static interface PublisherModel.CallToAction.RegionalResourceReferencesOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getReferencesCount()
Required.
map<string, .google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED];
boolean containsReferences(String key)
Required.
map<string, .google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED];
@Deprecated Map<String,PublisherModel.ResourceReference> getReferences()
getReferencesMap() instead.Map<String,PublisherModel.ResourceReference> getReferencesMap()
Required.
map<string, .google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED];
PublisherModel.ResourceReference getReferencesOrDefault(String key, PublisherModel.ResourceReference defaultValue)
Required.
map<string, .google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED];
PublisherModel.ResourceReference getReferencesOrThrow(String key)
Required.
map<string, .google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference> references = 1 [(.google.api.field_behavior) = REQUIRED];
String getTitle()
Required.
string title = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTitleBytes()
Required.
string title = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasResourceTitle()
Optional. Title of the resource.
optional string resource_title = 3 [(.google.api.field_behavior) = OPTIONAL];String getResourceTitle()
Optional. Title of the resource.
optional string resource_title = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getResourceTitleBytes()
Optional. Title of the resource.
optional string resource_title = 3 [(.google.api.field_behavior) = OPTIONAL];boolean hasResourceUseCase()
Optional. Use case (CUJ) of the resource.
optional string resource_use_case = 4 [(.google.api.field_behavior) = OPTIONAL];
String getResourceUseCase()
Optional. Use case (CUJ) of the resource.
optional string resource_use_case = 4 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.ByteString getResourceUseCaseBytes()
Optional. Use case (CUJ) of the resource.
optional string resource_use_case = 4 [(.google.api.field_behavior) = OPTIONAL];
boolean hasResourceDescription()
Optional. Description of the resource.
optional string resource_description = 5 [(.google.api.field_behavior) = OPTIONAL];
String getResourceDescription()
Optional. Description of the resource.
optional string resource_description = 5 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.ByteString getResourceDescriptionBytes()
Optional. Description of the resource.
optional string resource_description = 5 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.