Uses of Class
com.google.cloud.deploy.v1.Phase
-
Packages that use Phase Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of Phase in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return Phase Modifier and Type Method Description Phase
Phase.Builder. build()
Phase
Phase.Builder. buildPartial()
static Phase
Phase. getDefaultInstance()
Phase
Phase.Builder. getDefaultInstanceForType()
Phase
Phase. getDefaultInstanceForType()
Phase
Rollout.Builder. getPhases(int index)
Output only.Phase
Rollout. getPhases(int index)
Output only.Phase
RolloutOrBuilder. getPhases(int index)
Output only.static Phase
Phase. parseDelimitedFrom(InputStream input)
static Phase
Phase. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Phase
Phase. parseFrom(byte[] data)
static Phase
Phase. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Phase
Phase. parseFrom(com.google.protobuf.ByteString data)
static Phase
Phase. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Phase
Phase. parseFrom(com.google.protobuf.CodedInputStream input)
static Phase
Phase. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Phase
Phase. parseFrom(InputStream input)
static Phase
Phase. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Phase
Phase. parseFrom(ByteBuffer data)
static Phase
Phase. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type Phase Modifier and Type Method Description com.google.protobuf.Parser<Phase>
Phase. getParserForType()
List<Phase>
Rollout.Builder. getPhasesList()
Output only.List<Phase>
Rollout. getPhasesList()
Output only.List<Phase>
RolloutOrBuilder. getPhasesList()
Output only.static com.google.protobuf.Parser<Phase>
Phase. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type Phase Modifier and Type Method Description Rollout.Builder
Rollout.Builder. addPhases(int index, Phase value)
Output only.Rollout.Builder
Rollout.Builder. addPhases(Phase value)
Output only.Phase.Builder
Phase.Builder. mergeFrom(Phase other)
static Phase.Builder
Phase. newBuilder(Phase prototype)
Rollout.Builder
Rollout.Builder. setPhases(int index, Phase value)
Output only.Method parameters in com.google.cloud.deploy.v1 with type arguments of type Phase Modifier and Type Method Description Rollout.Builder
Rollout.Builder. addAllPhases(Iterable<? extends Phase> values)
Output only.
-