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