Uses of Class
com.google.cloud.deploy.v1.DeployParameters
-
Packages that use DeployParameters Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of DeployParameters in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return DeployParameters Modifier and Type Method Description DeployParametersDeployParameters.Builder. build()DeployParametersDeployParameters.Builder. buildPartial()static DeployParametersDeployParameters. getDefaultInstance()DeployParametersDeployParameters.Builder. getDefaultInstanceForType()DeployParametersDeployParameters. getDefaultInstanceForType()DeployParametersStage.Builder. getDeployParameters(int index)Optional.DeployParametersStage. getDeployParameters(int index)Optional.DeployParametersStageOrBuilder. getDeployParameters(int index)Optional.static DeployParametersDeployParameters. parseDelimitedFrom(InputStream input)static DeployParametersDeployParameters. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployParametersDeployParameters. parseFrom(byte[] data)static DeployParametersDeployParameters. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployParametersDeployParameters. parseFrom(com.google.protobuf.ByteString data)static DeployParametersDeployParameters. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployParametersDeployParameters. parseFrom(com.google.protobuf.CodedInputStream input)static DeployParametersDeployParameters. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployParametersDeployParameters. parseFrom(InputStream input)static DeployParametersDeployParameters. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployParametersDeployParameters. parseFrom(ByteBuffer data)static DeployParametersDeployParameters. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.deploy.v1 that return types with arguments of type DeployParameters Modifier and Type Method Description List<DeployParameters>Stage.Builder. getDeployParametersList()Optional.List<DeployParameters>Stage. getDeployParametersList()Optional.List<DeployParameters>StageOrBuilder. getDeployParametersList()Optional.com.google.protobuf.Parser<DeployParameters>DeployParameters. getParserForType()static com.google.protobuf.Parser<DeployParameters>DeployParameters. parser()Methods in com.google.cloud.deploy.v1 with parameters of type DeployParameters Modifier and Type Method Description Stage.BuilderStage.Builder. addDeployParameters(int index, DeployParameters value)Optional.Stage.BuilderStage.Builder. addDeployParameters(DeployParameters value)Optional.DeployParameters.BuilderDeployParameters.Builder. mergeFrom(DeployParameters other)static DeployParameters.BuilderDeployParameters. newBuilder(DeployParameters prototype)Stage.BuilderStage.Builder. setDeployParameters(int index, DeployParameters value)Optional.Method parameters in com.google.cloud.deploy.v1 with type arguments of type DeployParameters Modifier and Type Method Description Stage.BuilderStage.Builder. addAllDeployParameters(Iterable<? extends DeployParameters> values)Optional.
-