Uses of Class
com.google.iam.admin.v1.EnableServiceAccountKeyRequest
-
Packages that use EnableServiceAccountKeyRequest Package Description com.google.cloud.iam.admin.v1 A client to Identity and Access Management (IAM) APIcom.google.cloud.iam.admin.v1.stub com.google.iam.admin.v1 -
-
Uses of EnableServiceAccountKeyRequest in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type EnableServiceAccountKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<EnableServiceAccountKeyRequest,com.google.protobuf.Empty>IAMClient. enableServiceAccountKeyCallable()Enable a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].com.google.api.gax.rpc.UnaryCallSettings.Builder<EnableServiceAccountKeyRequest,com.google.protobuf.Empty>IAMSettings.Builder. enableServiceAccountKeySettings()Returns the builder for the settings used for calls to enableServiceAccountKey.com.google.api.gax.rpc.UnaryCallSettings<EnableServiceAccountKeyRequest,com.google.protobuf.Empty>IAMSettings. enableServiceAccountKeySettings()Returns the object with the settings used for calls to enableServiceAccountKey.Methods in com.google.cloud.iam.admin.v1 with parameters of type EnableServiceAccountKeyRequest Modifier and Type Method Description voidIAMClient. enableServiceAccountKey(EnableServiceAccountKeyRequest request)Enable a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey]. -
Uses of EnableServiceAccountKeyRequest in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type EnableServiceAccountKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<EnableServiceAccountKeyRequest,com.google.protobuf.Empty>GrpcIAMStub. enableServiceAccountKeyCallable()com.google.api.gax.rpc.UnaryCallable<EnableServiceAccountKeyRequest,com.google.protobuf.Empty>IAMStub. enableServiceAccountKeyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<EnableServiceAccountKeyRequest,com.google.protobuf.Empty>IAMStubSettings.Builder. enableServiceAccountKeySettings()Returns the builder for the settings used for calls to enableServiceAccountKey.com.google.api.gax.rpc.UnaryCallSettings<EnableServiceAccountKeyRequest,com.google.protobuf.Empty>IAMStubSettings. enableServiceAccountKeySettings()Returns the object with the settings used for calls to enableServiceAccountKey. -
Uses of EnableServiceAccountKeyRequest in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return EnableServiceAccountKeyRequest Modifier and Type Method Description EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest.Builder. build()EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest.Builder. buildPartial()static EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest. getDefaultInstance()EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest.Builder. getDefaultInstanceForType()EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest. getDefaultInstanceForType()static EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest. parseDelimitedFrom(InputStream input)static EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest. parseFrom(byte[] data)static EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest. parseFrom(com.google.protobuf.ByteString data)static EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest. parseFrom(InputStream input)static EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest. parseFrom(ByteBuffer data)static EnableServiceAccountKeyRequestEnableServiceAccountKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.iam.admin.v1 that return types with arguments of type EnableServiceAccountKeyRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<EnableServiceAccountKeyRequest,com.google.protobuf.Empty>IAMGrpc. getEnableServiceAccountKeyMethod()com.google.protobuf.Parser<EnableServiceAccountKeyRequest>EnableServiceAccountKeyRequest. getParserForType()static com.google.protobuf.Parser<EnableServiceAccountKeyRequest>EnableServiceAccountKeyRequest. parser()Methods in com.google.iam.admin.v1 with parameters of type EnableServiceAccountKeyRequest Modifier and Type Method Description default voidIAMGrpc.AsyncService. enableServiceAccountKey(EnableServiceAccountKeyRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Enable a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].com.google.protobuf.EmptyIAMGrpc.IAMBlockingStub. enableServiceAccountKey(EnableServiceAccountKeyRequest request)Enable a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>IAMGrpc.IAMFutureStub. enableServiceAccountKey(EnableServiceAccountKeyRequest request)Enable a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].voidIAMGrpc.IAMStub. enableServiceAccountKey(EnableServiceAccountKeyRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Enable a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].EnableServiceAccountKeyRequest.BuilderEnableServiceAccountKeyRequest.Builder. mergeFrom(EnableServiceAccountKeyRequest other)static EnableServiceAccountKeyRequest.BuilderEnableServiceAccountKeyRequest. newBuilder(EnableServiceAccountKeyRequest prototype)
-