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