Uses of Class
com.google.cloud.config.v1.ApplyResults
-
Packages that use ApplyResults Package Description com.google.cloud.config.v1 A client to Infrastructure Manager API -
-
Uses of ApplyResults in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 that return ApplyResults Modifier and Type Method Description ApplyResults
ApplyResults.Builder. build()
ApplyResults
ApplyResults.Builder. buildPartial()
ApplyResults
DeploymentOperationMetadata.Builder. getApplyResults()
Outputs and artifacts from applying a deployment.ApplyResults
DeploymentOperationMetadata. getApplyResults()
Outputs and artifacts from applying a deployment.ApplyResults
DeploymentOperationMetadataOrBuilder. getApplyResults()
Outputs and artifacts from applying a deployment.ApplyResults
Revision.Builder. getApplyResults()
Output only.ApplyResults
Revision. getApplyResults()
Output only.ApplyResults
RevisionOrBuilder. getApplyResults()
Output only.static ApplyResults
ApplyResults. getDefaultInstance()
ApplyResults
ApplyResults.Builder. getDefaultInstanceForType()
ApplyResults
ApplyResults. getDefaultInstanceForType()
ApplyResults
Deployment.Builder. getDeleteResults()
Output only.ApplyResults
Deployment. getDeleteResults()
Output only.ApplyResults
DeploymentOrBuilder. getDeleteResults()
Output only.static ApplyResults
ApplyResults. parseDelimitedFrom(InputStream input)
static ApplyResults
ApplyResults. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ApplyResults
ApplyResults. parseFrom(byte[] data)
static ApplyResults
ApplyResults. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ApplyResults
ApplyResults. parseFrom(com.google.protobuf.ByteString data)
static ApplyResults
ApplyResults. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ApplyResults
ApplyResults. parseFrom(com.google.protobuf.CodedInputStream input)
static ApplyResults
ApplyResults. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ApplyResults
ApplyResults. parseFrom(InputStream input)
static ApplyResults
ApplyResults. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ApplyResults
ApplyResults. parseFrom(ByteBuffer data)
static ApplyResults
ApplyResults. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.config.v1 that return types with arguments of type ApplyResults Modifier and Type Method Description com.google.protobuf.Parser<ApplyResults>
ApplyResults. getParserForType()
static com.google.protobuf.Parser<ApplyResults>
ApplyResults. parser()
Methods in com.google.cloud.config.v1 with parameters of type ApplyResults Modifier and Type Method Description DeploymentOperationMetadata.Builder
DeploymentOperationMetadata.Builder. mergeApplyResults(ApplyResults value)
Outputs and artifacts from applying a deployment.Revision.Builder
Revision.Builder. mergeApplyResults(ApplyResults value)
Output only.Deployment.Builder
Deployment.Builder. mergeDeleteResults(ApplyResults value)
Output only.ApplyResults.Builder
ApplyResults.Builder. mergeFrom(ApplyResults other)
static ApplyResults.Builder
ApplyResults. newBuilder(ApplyResults prototype)
DeploymentOperationMetadata.Builder
DeploymentOperationMetadata.Builder. setApplyResults(ApplyResults value)
Outputs and artifacts from applying a deployment.Revision.Builder
Revision.Builder. setApplyResults(ApplyResults value)
Output only.Deployment.Builder
Deployment.Builder. setDeleteResults(ApplyResults value)
Output only.
-