public static final class PublisherModel.ResourceReference.Builder extends GeneratedMessageV3.Builder<PublisherModel.ResourceReference.Builder> implements PublisherModel.ResourceReferenceOrBuilder
Reference to a resource.
Protobuf type google.cloud.aiplatform.v1.PublisherModel.ResourceReference
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public PublisherModel.ResourceReference.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public PublisherModel.ResourceReference build()
public PublisherModel.ResourceReference buildPartial()
public PublisherModel.ResourceReference.Builder clear()
Overrides
public PublisherModel.ResourceReference.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public PublisherModel.ResourceReference.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public PublisherModel.ResourceReference.Builder clearReference()
public PublisherModel.ResourceReference.Builder clearResourceName()
The resource name of the Google Cloud resource.
string resource_name = 2;
public PublisherModel.ResourceReference.Builder clearUri()
The URI of the resource.
string uri = 1;
public PublisherModel.ResourceReference.Builder clone()
Overrides
public PublisherModel.ResourceReference getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public PublisherModel.ResourceReference.ReferenceCase getReferenceCase()
public String getResourceName()
The resource name of the Google Cloud resource.
string resource_name = 2;
Returns |
---|
Type | Description |
String | The resourceName.
|
public ByteString getResourceNameBytes()
The resource name of the Google Cloud resource.
string resource_name = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for resourceName.
|
The URI of the resource.
string uri = 1;
Returns |
---|
Type | Description |
String | The uri.
|
public ByteString getUriBytes()
The URI of the resource.
string uri = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for uri.
|
public boolean hasResourceName()
The resource name of the Google Cloud resource.
string resource_name = 2;
Returns |
---|
Type | Description |
boolean | Whether the resourceName field is set.
|
The URI of the resource.
string uri = 1;
Returns |
---|
Type | Description |
boolean | Whether the uri field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public PublisherModel.ResourceReference.Builder mergeFrom(PublisherModel.ResourceReference other)
public PublisherModel.ResourceReference.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public PublisherModel.ResourceReference.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final PublisherModel.ResourceReference.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public PublisherModel.ResourceReference.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public PublisherModel.ResourceReference.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public PublisherModel.ResourceReference.Builder setResourceName(String value)
The resource name of the Google Cloud resource.
string resource_name = 2;
Parameter |
---|
Name | Description |
value | String
The resourceName to set.
|
public PublisherModel.ResourceReference.Builder setResourceNameBytes(ByteString value)
The resource name of the Google Cloud resource.
string resource_name = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for resourceName to set.
|
public final PublisherModel.ResourceReference.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
public PublisherModel.ResourceReference.Builder setUri(String value)
The URI of the resource.
string uri = 1;
Parameter |
---|
Name | Description |
value | String
The uri to set.
|
public PublisherModel.ResourceReference.Builder setUriBytes(ByteString value)
The URI of the resource.
string uri = 1;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for uri to set.
|