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