public final class DeliveryPipelineAttribute extends GeneratedMessageV3 implements DeliveryPipelineAttributeOrBuilder
Contains criteria for selecting DeliveryPipelines.
Protobuf type google.cloud.deploy.v1.DeliveryPipelineAttribute
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
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static DeliveryPipelineAttribute getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DeliveryPipelineAttribute.Builder newBuilder()
newBuilder(DeliveryPipelineAttribute prototype)
public static DeliveryPipelineAttribute.Builder newBuilder(DeliveryPipelineAttribute prototype)
public static DeliveryPipelineAttribute parseDelimitedFrom(InputStream input)
public static DeliveryPipelineAttribute parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static DeliveryPipelineAttribute parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeliveryPipelineAttribute parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static DeliveryPipelineAttribute parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeliveryPipelineAttribute parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeliveryPipelineAttribute parseFrom(CodedInputStream input)
public static DeliveryPipelineAttribute parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DeliveryPipelineAttribute parseFrom(InputStream input)
public static DeliveryPipelineAttribute parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static DeliveryPipelineAttribute parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DeliveryPipelineAttribute parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<DeliveryPipelineAttribute> parser()
Methods
containsLabels(String key)
public boolean containsLabels(String key)
DeliveryPipeline labels.
map<string, string> labels = 2;
Parameter |
Name |
Description |
key |
String
|
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public DeliveryPipelineAttribute getDefaultInstanceForType()
getId()
ID of the DeliveryPipeline
. The value of this field could be one of the
following:
- The last segment of a pipeline name
- "*", all delivery pipelines in a location
string id = 1;
Returns |
Type |
Description |
String |
The id.
|
getIdBytes()
public ByteString getIdBytes()
ID of the DeliveryPipeline
. The value of this field could be one of the
following:
- The last segment of a pipeline name
- "*", all delivery pipelines in a location
string id = 1;
Returns |
Type |
Description |
ByteString |
The bytes for id.
|
getLabels() (deprecated)
public Map<String,String> getLabels()
getLabelsCount()
public int getLabelsCount()
DeliveryPipeline labels.
map<string, string> labels = 2;
Returns |
Type |
Description |
int |
|
getLabelsMap()
public Map<String,String> getLabelsMap()
DeliveryPipeline labels.
map<string, string> labels = 2;
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
DeliveryPipeline labels.
map<string, string> labels = 2;
Returns |
Type |
Description |
String |
|
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
DeliveryPipeline labels.
map<string, string> labels = 2;
Parameter |
Name |
Description |
key |
String
|
Returns |
Type |
Description |
String |
|
getParserForType()
public Parser<DeliveryPipelineAttribute> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public DeliveryPipelineAttribute.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DeliveryPipelineAttribute.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public DeliveryPipelineAttribute.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides