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 VPCSCConfigVPCSCConfig.Builder. build()VPCSCConfigVPCSCConfig.Builder. buildPartial()static VPCSCConfigVPCSCConfig. getDefaultInstance()VPCSCConfigVPCSCConfig.Builder. getDefaultInstanceForType()VPCSCConfigVPCSCConfig. getDefaultInstanceForType()VPCSCConfigUpdateVPCSCConfigRequest.Builder. getVpcscConfig()The project config.VPCSCConfigUpdateVPCSCConfigRequest. getVpcscConfig()The project config.VPCSCConfigUpdateVPCSCConfigRequestOrBuilder. getVpcscConfig()The project config.VPCSCConfigArtifactRegistryClient. getVPCSCConfig(GetVPCSCConfigRequest request)Retrieves the VPCSC Config for the Project.VPCSCConfigArtifactRegistryClient. getVPCSCConfig(VpcscConfigName name)Retrieves the VPCSC Config for the Project.VPCSCConfigArtifactRegistryClient. getVPCSCConfig(String name)Retrieves the VPCSC Config for the Project.VPCSCConfigArtifactRegistryGrpc.ArtifactRegistryBlockingStub. getVPCSCConfig(GetVPCSCConfigRequest request)Retrieves the VPCSC Config for the Project.static VPCSCConfigVPCSCConfig. parseDelimitedFrom(InputStream input)static VPCSCConfigVPCSCConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VPCSCConfigVPCSCConfig. parseFrom(byte[] data)static VPCSCConfigVPCSCConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VPCSCConfigVPCSCConfig. parseFrom(com.google.protobuf.ByteString data)static VPCSCConfigVPCSCConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VPCSCConfigVPCSCConfig. parseFrom(com.google.protobuf.CodedInputStream input)static VPCSCConfigVPCSCConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VPCSCConfigVPCSCConfig. parseFrom(InputStream input)static VPCSCConfigVPCSCConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VPCSCConfigVPCSCConfig. parseFrom(ByteBuffer data)static VPCSCConfigVPCSCConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)VPCSCConfigArtifactRegistryClient. updateVPCSCConfig(UpdateVPCSCConfigRequest request)Updates the VPCSC Config for the Project.VPCSCConfigArtifactRegistryClient. updateVPCSCConfig(VPCSCConfig vpcscConfig, com.google.protobuf.FieldMask updateMask)Updates the VPCSC Config for the Project.VPCSCConfigArtifactRegistryGrpc.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.BuilderVPCSCConfig.Builder. mergeFrom(VPCSCConfig other)UpdateVPCSCConfigRequest.BuilderUpdateVPCSCConfigRequest.Builder. mergeVpcscConfig(VPCSCConfig value)The project config.static VPCSCConfig.BuilderVPCSCConfig. newBuilder(VPCSCConfig prototype)UpdateVPCSCConfigRequest.BuilderUpdateVPCSCConfigRequest.Builder. setVpcscConfig(VPCSCConfig value)The project config.VPCSCConfigArtifactRegistryClient. 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 voidArtifactRegistryGrpc.ArtifactRegistryStub. getVPCSCConfig(GetVPCSCConfigRequest request, io.grpc.stub.StreamObserver<VPCSCConfig> responseObserver)Retrieves the VPCSC Config for the Project.default voidArtifactRegistryGrpc.AsyncService. getVPCSCConfig(GetVPCSCConfigRequest request, io.grpc.stub.StreamObserver<VPCSCConfig> responseObserver)Retrieves the VPCSC Config for the Project.voidArtifactRegistryGrpc.ArtifactRegistryStub. updateVPCSCConfig(UpdateVPCSCConfigRequest request, io.grpc.stub.StreamObserver<VPCSCConfig> responseObserver)Updates the VPCSC Config for the Project.default voidArtifactRegistryGrpc.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.
-