Uses of Class
com.google.cloud.deploy.v1.Strategy
-
Packages that use Strategy Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of Strategy in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return Strategy Modifier and Type Method Description Strategy
Strategy.Builder. build()
Strategy
Strategy.Builder. buildPartial()
static Strategy
Strategy. getDefaultInstance()
Strategy
Strategy.Builder. getDefaultInstanceForType()
Strategy
Strategy. getDefaultInstanceForType()
Strategy
Stage.Builder. getStrategy()
Optional.Strategy
Stage. getStrategy()
Optional.Strategy
StageOrBuilder. getStrategy()
Optional.static Strategy
Strategy. parseDelimitedFrom(InputStream input)
static Strategy
Strategy. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Strategy
Strategy. parseFrom(byte[] data)
static Strategy
Strategy. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Strategy
Strategy. parseFrom(com.google.protobuf.ByteString data)
static Strategy
Strategy. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Strategy
Strategy. parseFrom(com.google.protobuf.CodedInputStream input)
static Strategy
Strategy. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Strategy
Strategy. parseFrom(InputStream input)
static Strategy
Strategy. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Strategy
Strategy. parseFrom(ByteBuffer data)
static Strategy
Strategy. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type Strategy Modifier and Type Method Description com.google.protobuf.Parser<Strategy>
Strategy. getParserForType()
static com.google.protobuf.Parser<Strategy>
Strategy. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type Strategy Modifier and Type Method Description Strategy.Builder
Strategy.Builder. mergeFrom(Strategy other)
Stage.Builder
Stage.Builder. mergeStrategy(Strategy value)
Optional.static Strategy.Builder
Strategy. newBuilder(Strategy prototype)
Stage.Builder
Stage.Builder. setStrategy(Strategy value)
Optional.
-