Uses of Class
com.google.devtools.artifactregistry.v1.UpdateVPCSCConfigRequest
-
Packages that use UpdateVPCSCConfigRequest Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1.stub -
-
Uses of UpdateVPCSCConfigRequest in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return UpdateVPCSCConfigRequest Modifier and Type Method Description UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest.Builder. build()
UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest.Builder. buildPartial()
static UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest. getDefaultInstance()
UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest.Builder. getDefaultInstanceForType()
UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest. getDefaultInstanceForType()
static UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest. parseDelimitedFrom(InputStream input)
static UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest. parseFrom(byte[] data)
static UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest. parseFrom(InputStream input)
static UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest. parseFrom(ByteBuffer data)
static UpdateVPCSCConfigRequest
UpdateVPCSCConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type UpdateVPCSCConfigRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateVPCSCConfigRequest>
UpdateVPCSCConfigRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateVPCSCConfigRequest,VPCSCConfig>
ArtifactRegistryGrpc. getUpdateVPCSCConfigMethod()
static com.google.protobuf.Parser<UpdateVPCSCConfigRequest>
UpdateVPCSCConfigRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateVPCSCConfigRequest,VPCSCConfig>
ArtifactRegistryClient. updateVPCSCConfigCallable()
Updates the VPCSC Config for the Project.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateVPCSCConfigRequest,VPCSCConfig>
ArtifactRegistrySettings.Builder. updateVPCSCConfigSettings()
Returns the builder for the settings used for calls to updateVPCSCConfig.com.google.api.gax.rpc.UnaryCallSettings<UpdateVPCSCConfigRequest,VPCSCConfig>
ArtifactRegistrySettings. updateVPCSCConfigSettings()
Returns the object with the settings used for calls to updateVPCSCConfig.Methods in com.google.devtools.artifactregistry.v1 with parameters of type UpdateVPCSCConfigRequest Modifier and Type Method Description UpdateVPCSCConfigRequest.Builder
UpdateVPCSCConfigRequest.Builder. mergeFrom(UpdateVPCSCConfigRequest other)
static UpdateVPCSCConfigRequest.Builder
UpdateVPCSCConfigRequest. newBuilder(UpdateVPCSCConfigRequest prototype)
VPCSCConfig
ArtifactRegistryClient. updateVPCSCConfig(UpdateVPCSCConfigRequest request)
Updates the VPCSC Config for the Project.VPCSCConfig
ArtifactRegistryGrpc.ArtifactRegistryBlockingStub. updateVPCSCConfig(UpdateVPCSCConfigRequest request)
Updates the VPCSC Config for the Project.com.google.common.util.concurrent.ListenableFuture<VPCSCConfig>
ArtifactRegistryGrpc.ArtifactRegistryFutureStub. updateVPCSCConfig(UpdateVPCSCConfigRequest request)
Updates the VPCSC Config for the Project.void
ArtifactRegistryGrpc.ArtifactRegistryStub. updateVPCSCConfig(UpdateVPCSCConfigRequest request, io.grpc.stub.StreamObserver<VPCSCConfig> responseObserver)
Updates the VPCSC Config for the Project.default void
ArtifactRegistryGrpc.AsyncService. updateVPCSCConfig(UpdateVPCSCConfigRequest request, io.grpc.stub.StreamObserver<VPCSCConfig> responseObserver)
Updates the VPCSC Config for the Project. -
Uses of UpdateVPCSCConfigRequest in com.google.devtools.artifactregistry.v1.stub
Methods in com.google.devtools.artifactregistry.v1.stub that return types with arguments of type UpdateVPCSCConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateVPCSCConfigRequest,VPCSCConfig>
ArtifactRegistryStub. updateVPCSCConfigCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateVPCSCConfigRequest,VPCSCConfig>
GrpcArtifactRegistryStub. updateVPCSCConfigCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateVPCSCConfigRequest,VPCSCConfig>
HttpJsonArtifactRegistryStub. updateVPCSCConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateVPCSCConfigRequest,VPCSCConfig>
ArtifactRegistryStubSettings.Builder. updateVPCSCConfigSettings()
Returns the builder for the settings used for calls to updateVPCSCConfig.com.google.api.gax.rpc.UnaryCallSettings<UpdateVPCSCConfigRequest,VPCSCConfig>
ArtifactRegistryStubSettings. updateVPCSCConfigSettings()
Returns the object with the settings used for calls to updateVPCSCConfig.
-