Uses of Class
com.google.iam.admin.v1.GetRoleRequest
-
Packages that use GetRoleRequest 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 GetRoleRequest in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type GetRoleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRoleRequest,Role>
IAMClient. getRoleCallable()
Gets the definition of a [Role][google.iam.admin.v1.Role].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRoleRequest,Role>
IAMSettings.Builder. getRoleSettings()
Returns the builder for the settings used for calls to getRole.com.google.api.gax.rpc.UnaryCallSettings<GetRoleRequest,Role>
IAMSettings. getRoleSettings()
Returns the object with the settings used for calls to getRole.Methods in com.google.cloud.iam.admin.v1 with parameters of type GetRoleRequest Modifier and Type Method Description Role
IAMClient. getRole(GetRoleRequest request)
Gets the definition of a [Role][google.iam.admin.v1.Role]. -
Uses of GetRoleRequest in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type GetRoleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRoleRequest,Role>
GrpcIAMStub. getRoleCallable()
com.google.api.gax.rpc.UnaryCallable<GetRoleRequest,Role>
IAMStub. getRoleCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRoleRequest,Role>
IAMStubSettings.Builder. getRoleSettings()
Returns the builder for the settings used for calls to getRole.com.google.api.gax.rpc.UnaryCallSettings<GetRoleRequest,Role>
IAMStubSettings. getRoleSettings()
Returns the object with the settings used for calls to getRole. -
Uses of GetRoleRequest in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return GetRoleRequest Modifier and Type Method Description GetRoleRequest
GetRoleRequest.Builder. build()
GetRoleRequest
GetRoleRequest.Builder. buildPartial()
static GetRoleRequest
GetRoleRequest. getDefaultInstance()
GetRoleRequest
GetRoleRequest.Builder. getDefaultInstanceForType()
GetRoleRequest
GetRoleRequest. getDefaultInstanceForType()
static GetRoleRequest
GetRoleRequest. parseDelimitedFrom(InputStream input)
static GetRoleRequest
GetRoleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRoleRequest
GetRoleRequest. parseFrom(byte[] data)
static GetRoleRequest
GetRoleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRoleRequest
GetRoleRequest. parseFrom(com.google.protobuf.ByteString data)
static GetRoleRequest
GetRoleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRoleRequest
GetRoleRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetRoleRequest
GetRoleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRoleRequest
GetRoleRequest. parseFrom(InputStream input)
static GetRoleRequest
GetRoleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRoleRequest
GetRoleRequest. parseFrom(ByteBuffer data)
static GetRoleRequest
GetRoleRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.iam.admin.v1 that return types with arguments of type GetRoleRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetRoleRequest,Role>
IAMGrpc. getGetRoleMethod()
com.google.protobuf.Parser<GetRoleRequest>
GetRoleRequest. getParserForType()
static com.google.protobuf.Parser<GetRoleRequest>
GetRoleRequest. parser()
Methods in com.google.iam.admin.v1 with parameters of type GetRoleRequest Modifier and Type Method Description default void
IAMGrpc.AsyncService. getRole(GetRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)
Gets the definition of a [Role][google.iam.admin.v1.Role].Role
IAMGrpc.IAMBlockingStub. getRole(GetRoleRequest request)
Gets the definition of a [Role][google.iam.admin.v1.Role].com.google.common.util.concurrent.ListenableFuture<Role>
IAMGrpc.IAMFutureStub. getRole(GetRoleRequest request)
Gets the definition of a [Role][google.iam.admin.v1.Role].void
IAMGrpc.IAMStub. getRole(GetRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)
Gets the definition of a [Role][google.iam.admin.v1.Role].GetRoleRequest.Builder
GetRoleRequest.Builder. mergeFrom(GetRoleRequest other)
static GetRoleRequest.Builder
GetRoleRequest. newBuilder(GetRoleRequest prototype)
-