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 RoleIAMClient. 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 GetRoleRequestGetRoleRequest.Builder. build()GetRoleRequestGetRoleRequest.Builder. buildPartial()static GetRoleRequestGetRoleRequest. getDefaultInstance()GetRoleRequestGetRoleRequest.Builder. getDefaultInstanceForType()GetRoleRequestGetRoleRequest. getDefaultInstanceForType()static GetRoleRequestGetRoleRequest. parseDelimitedFrom(InputStream input)static GetRoleRequestGetRoleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRoleRequestGetRoleRequest. parseFrom(byte[] data)static GetRoleRequestGetRoleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRoleRequestGetRoleRequest. parseFrom(com.google.protobuf.ByteString data)static GetRoleRequestGetRoleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRoleRequestGetRoleRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetRoleRequestGetRoleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRoleRequestGetRoleRequest. parseFrom(InputStream input)static GetRoleRequestGetRoleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRoleRequestGetRoleRequest. parseFrom(ByteBuffer data)static GetRoleRequestGetRoleRequest. 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 voidIAMGrpc.AsyncService. getRole(GetRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)Gets the definition of a [Role][google.iam.admin.v1.Role].RoleIAMGrpc.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].voidIAMGrpc.IAMStub. getRole(GetRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)Gets the definition of a [Role][google.iam.admin.v1.Role].GetRoleRequest.BuilderGetRoleRequest.Builder. mergeFrom(GetRoleRequest other)static GetRoleRequest.BuilderGetRoleRequest. newBuilder(GetRoleRequest prototype)
-