Interface PublisherModel.ParentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublisherModel.Parent,PublisherModel.Parent.Builder
- Enclosing class:
- PublisherModel
public static interface PublisherModel.ParentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayName()Required.com.google.protobuf.ByteStringgetDisplayNameBytes()Required.PublisherModel.ResourceReferencegetReference()Optional.PublisherModel.ResourceReferenceOrBuildergetReferenceOrBuilder()Optional.booleanhasReference()Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
Required. The display name of the parent. E.g., LaMDA, T5, Vision API, Natural Language API.
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Required. The display name of the parent. E.g., LaMDA, T5, Vision API, Natural Language API.
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for displayName.
-
hasReference
boolean hasReference()
Optional. The Google Cloud resource name or the URI reference.
.google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference reference = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the reference field is set.
-
getReference
PublisherModel.ResourceReference getReference()
Optional. The Google Cloud resource name or the URI reference.
.google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference reference = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The reference.
-
getReferenceOrBuilder
PublisherModel.ResourceReferenceOrBuilder getReferenceOrBuilder()
Optional. The Google Cloud resource name or the URI reference.
.google.cloud.aiplatform.v1beta1.PublisherModel.ResourceReference reference = 2 [(.google.api.field_behavior) = OPTIONAL];
-
-