Uses of Class
com.google.devtools.artifactregistry.v1.GetVPCSCConfigRequest
-
Packages that use GetVPCSCConfigRequest Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1.stub -
-
Uses of GetVPCSCConfigRequest in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return GetVPCSCConfigRequest Modifier and Type Method Description GetVPCSCConfigRequest
GetVPCSCConfigRequest.Builder. build()
GetVPCSCConfigRequest
GetVPCSCConfigRequest.Builder. buildPartial()
static GetVPCSCConfigRequest
GetVPCSCConfigRequest. getDefaultInstance()
GetVPCSCConfigRequest
GetVPCSCConfigRequest.Builder. getDefaultInstanceForType()
GetVPCSCConfigRequest
GetVPCSCConfigRequest. getDefaultInstanceForType()
static GetVPCSCConfigRequest
GetVPCSCConfigRequest. parseDelimitedFrom(InputStream input)
static GetVPCSCConfigRequest
GetVPCSCConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVPCSCConfigRequest
GetVPCSCConfigRequest. parseFrom(byte[] data)
static GetVPCSCConfigRequest
GetVPCSCConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVPCSCConfigRequest
GetVPCSCConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static GetVPCSCConfigRequest
GetVPCSCConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVPCSCConfigRequest
GetVPCSCConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetVPCSCConfigRequest
GetVPCSCConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVPCSCConfigRequest
GetVPCSCConfigRequest. parseFrom(InputStream input)
static GetVPCSCConfigRequest
GetVPCSCConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVPCSCConfigRequest
GetVPCSCConfigRequest. parseFrom(ByteBuffer data)
static GetVPCSCConfigRequest
GetVPCSCConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type GetVPCSCConfigRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetVPCSCConfigRequest,VPCSCConfig>
ArtifactRegistryGrpc. getGetVPCSCConfigMethod()
com.google.protobuf.Parser<GetVPCSCConfigRequest>
GetVPCSCConfigRequest. getParserForType()
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<GetVPCSCConfigRequest>
GetVPCSCConfigRequest. parser()
Methods in com.google.devtools.artifactregistry.v1 with parameters of type GetVPCSCConfigRequest Modifier and Type Method Description VPCSCConfig
ArtifactRegistryClient. getVPCSCConfig(GetVPCSCConfigRequest request)
Retrieves the VPCSC Config for the Project.VPCSCConfig
ArtifactRegistryGrpc.ArtifactRegistryBlockingStub. getVPCSCConfig(GetVPCSCConfigRequest request)
Retrieves the VPCSC Config for the Project.com.google.common.util.concurrent.ListenableFuture<VPCSCConfig>
ArtifactRegistryGrpc.ArtifactRegistryFutureStub. getVPCSCConfig(GetVPCSCConfigRequest request)
Retrieves the VPCSC Config for the Project.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.GetVPCSCConfigRequest.Builder
GetVPCSCConfigRequest.Builder. mergeFrom(GetVPCSCConfigRequest other)
static GetVPCSCConfigRequest.Builder
GetVPCSCConfigRequest. newBuilder(GetVPCSCConfigRequest prototype)
-
Uses of GetVPCSCConfigRequest in com.google.devtools.artifactregistry.v1.stub
Methods in com.google.devtools.artifactregistry.v1.stub that return types with arguments of type GetVPCSCConfigRequest 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.
-