Package com.google.cloud.aiplatform.v1
Interface PublisherModel.ResourceReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublisherModel.ResourceReference
,PublisherModel.ResourceReference.Builder
- Enclosing class:
- PublisherModel
public static interface PublisherModel.ResourceReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublisherModel.ResourceReference.ReferenceCase
getReferenceCase()
String
getResourceName()
The resource name of the Google Cloud resource.com.google.protobuf.ByteString
getResourceNameBytes()
The resource name of the Google Cloud resource.String
getUri()
The URI of the resource.com.google.protobuf.ByteString
getUriBytes()
The URI of the resource.boolean
hasResourceName()
The resource name of the Google Cloud resource.boolean
hasUri()
The URI of the resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUri
boolean hasUri()
The URI of the resource.
string uri = 1;
- Returns:
- Whether the uri field is set.
-
getUri
String getUri()
The URI of the resource.
string uri = 1;
- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
The URI of the resource.
string uri = 1;
- Returns:
- The bytes for uri.
-
hasResourceName
boolean hasResourceName()
The resource name of the Google Cloud resource.
string resource_name = 2;
- Returns:
- Whether the resourceName field is set.
-
getResourceName
String getResourceName()
The resource name of the Google Cloud resource.
string resource_name = 2;
- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
The resource name of the Google Cloud resource.
string resource_name = 2;
- Returns:
- The bytes for resourceName.
-
getReferenceCase
PublisherModel.ResourceReference.ReferenceCase getReferenceCase()
-
-