Class Deployable.Builder (2.42.0)

public static final class Deployable.Builder extends GeneratedMessageV3.Builder<Deployable.Builder> implements DeployableOrBuilder

An artifact that can be deployed in some runtime.

Protobuf type grafeas.v1beta1.deployment.Deployable

Implements

DeployableOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllResourceUri(Iterable<String> values)

public Deployable.Builder addAllResourceUri(Iterable<String> values)

Required. Resource URI for the artifact being deployed.

repeated string resource_uri = 1;

Parameter
NameDescription
valuesIterable<String>

The resourceUri to add.

Returns
TypeDescription
Deployable.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Deployable.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Deployable.Builder
Overrides

addResourceUri(String value)

public Deployable.Builder addResourceUri(String value)

Required. Resource URI for the artifact being deployed.

repeated string resource_uri = 1;

Parameter
NameDescription
valueString

The resourceUri to add.

Returns
TypeDescription
Deployable.Builder

This builder for chaining.

addResourceUriBytes(ByteString value)

public Deployable.Builder addResourceUriBytes(ByteString value)

Required. Resource URI for the artifact being deployed.

repeated string resource_uri = 1;

Parameter
NameDescription
valueByteString

The bytes of the resourceUri to add.

Returns
TypeDescription
Deployable.Builder

This builder for chaining.

build()

public Deployable build()
Returns
TypeDescription
Deployable

buildPartial()

public Deployable buildPartial()
Returns
TypeDescription
Deployable

clear()

public Deployable.Builder clear()
Returns
TypeDescription
Deployable.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Deployable.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Deployable.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Deployable.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Deployable.Builder
Overrides

clearResourceUri()

public Deployable.Builder clearResourceUri()

Required. Resource URI for the artifact being deployed.

repeated string resource_uri = 1;

Returns
TypeDescription
Deployable.Builder

This builder for chaining.

clone()

public Deployable.Builder clone()
Returns
TypeDescription
Deployable.Builder
Overrides

getDefaultInstanceForType()

public Deployable getDefaultInstanceForType()
Returns
TypeDescription
Deployable

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getResourceUri(int index)

public String getResourceUri(int index)

Required. Resource URI for the artifact being deployed.

repeated string resource_uri = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The resourceUri at the given index.

getResourceUriBytes(int index)

public ByteString getResourceUriBytes(int index)

Required. Resource URI for the artifact being deployed.

repeated string resource_uri = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the resourceUri at the given index.

getResourceUriCount()

public int getResourceUriCount()

Required. Resource URI for the artifact being deployed.

repeated string resource_uri = 1;

Returns
TypeDescription
int

The count of resourceUri.

getResourceUriList()

public ProtocolStringList getResourceUriList()

Required. Resource URI for the artifact being deployed.

repeated string resource_uri = 1;

Returns
TypeDescription
ProtocolStringList

A list containing the resourceUri.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Deployable.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Deployable.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Deployable.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Deployable.Builder
Overrides

mergeFrom(Deployable other)

public Deployable.Builder mergeFrom(Deployable other)
Parameter
NameDescription
otherDeployable
Returns
TypeDescription
Deployable.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Deployable.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Deployable.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Deployable.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Deployable.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Deployable.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Deployable.Builder
Overrides

setResourceUri(int index, String value)

public Deployable.Builder setResourceUri(int index, String value)

Required. Resource URI for the artifact being deployed.

repeated string resource_uri = 1;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The resourceUri to set.

Returns
TypeDescription
Deployable.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Deployable.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Deployable.Builder
Overrides