public final class MultiTarget extends GeneratedMessageV3 implements MultiTargetOrBuilder
Information specifying a multiTarget.
Protobuf type google.cloud.deploy.v1.MultiTarget
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
TARGET_IDS_FIELD_NUMBER
public static final int TARGET_IDS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static MultiTarget getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static MultiTarget.Builder newBuilder()
newBuilder(MultiTarget prototype)
public static MultiTarget.Builder newBuilder(MultiTarget prototype)
public static MultiTarget parseDelimitedFrom(InputStream input)
public static MultiTarget parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static MultiTarget parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MultiTarget parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static MultiTarget parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MultiTarget parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MultiTarget parseFrom(CodedInputStream input)
public static MultiTarget parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MultiTarget parseFrom(InputStream input)
public static MultiTarget parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static MultiTarget parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MultiTarget parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<MultiTarget> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public MultiTarget getDefaultInstanceForType()
getParserForType()
public Parser<MultiTarget> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTargetIds(int index)
public String getTargetIds(int index)
Required. The target_ids of this multiTarget.
repeated string target_ids = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The targetIds at the given index.
|
getTargetIdsBytes(int index)
public ByteString getTargetIdsBytes(int index)
Required. The target_ids of this multiTarget.
repeated string target_ids = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the targetIds at the given index.
|
getTargetIdsCount()
public int getTargetIdsCount()
Required. The target_ids of this multiTarget.
repeated string target_ids = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
The count of targetIds.
|
getTargetIdsList()
public ProtocolStringList getTargetIdsList()
Required. The target_ids of this multiTarget.
repeated string target_ids = 1 [(.google.api.field_behavior) = REQUIRED];
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public MultiTarget.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MultiTarget.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public MultiTarget.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides