Class CustomTarget (1.42.0)

public final class CustomTarget extends GeneratedMessageV3 implements CustomTargetOrBuilder

Information specifying a Custom Target.

Protobuf type google.cloud.deploy.v1.CustomTarget

Static Fields

CUSTOM_TARGET_TYPE_FIELD_NUMBER

public static final int CUSTOM_TARGET_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static CustomTarget getDefaultInstance()
Returns
Type Description
CustomTarget

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static CustomTarget.Builder newBuilder()
Returns
Type Description
CustomTarget.Builder

newBuilder(CustomTarget prototype)

public static CustomTarget.Builder newBuilder(CustomTarget prototype)
Parameter
Name Description
prototype CustomTarget
Returns
Type Description
CustomTarget.Builder

parseDelimitedFrom(InputStream input)

public static CustomTarget parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CustomTarget
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CustomTarget parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CustomTarget
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static CustomTarget parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
CustomTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CustomTarget parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CustomTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CustomTarget parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
CustomTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CustomTarget parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CustomTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CustomTarget parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
CustomTarget
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CustomTarget parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CustomTarget
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static CustomTarget parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CustomTarget
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CustomTarget parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CustomTarget
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static CustomTarget parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
CustomTarget
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CustomTarget parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CustomTarget
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<CustomTarget> parser()
Returns
Type Description
Parser<CustomTarget>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCustomTargetType()

public String getCustomTargetType()

Required. The name of the CustomTargetType. Format must be projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}.

string custom_target_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The customTargetType.

getCustomTargetTypeBytes()

public ByteString getCustomTargetTypeBytes()

Required. The name of the CustomTargetType. Format must be projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}.

string custom_target_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for customTargetType.

getDefaultInstanceForType()

public CustomTarget getDefaultInstanceForType()
Returns
Type Description
CustomTarget

getParserForType()

public Parser<CustomTarget> getParserForType()
Returns
Type Description
Parser<CustomTarget>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public CustomTarget.Builder newBuilderForType()
Returns
Type Description
CustomTarget.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CustomTarget.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
CustomTarget.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public CustomTarget.Builder toBuilder()
Returns
Type Description
CustomTarget.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException