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 ListServiceAccountKeysResponseIAMClient. listServiceAccountKeys(ListServiceAccountKeysRequest request)Lists every [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey] for a service account.ListServiceAccountKeysResponseIAMClient. listServiceAccountKeys(ServiceAccountName name, List<ListServiceAccountKeysRequest.KeyType> keyTypes)Lists every [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey] for a service account.ListServiceAccountKeysResponseIAMClient. 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 ListServiceAccountKeysResponseListServiceAccountKeysResponse.Builder. build()ListServiceAccountKeysResponseListServiceAccountKeysResponse.Builder. buildPartial()static ListServiceAccountKeysResponseListServiceAccountKeysResponse. getDefaultInstance()ListServiceAccountKeysResponseListServiceAccountKeysResponse.Builder. getDefaultInstanceForType()ListServiceAccountKeysResponseListServiceAccountKeysResponse. getDefaultInstanceForType()ListServiceAccountKeysResponseIAMGrpc.IAMBlockingStub. listServiceAccountKeys(ListServiceAccountKeysRequest request)Lists every [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey] for a service account.static ListServiceAccountKeysResponseListServiceAccountKeysResponse. parseDelimitedFrom(InputStream input)static ListServiceAccountKeysResponseListServiceAccountKeysResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceAccountKeysResponseListServiceAccountKeysResponse. parseFrom(byte[] data)static ListServiceAccountKeysResponseListServiceAccountKeysResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceAccountKeysResponseListServiceAccountKeysResponse. parseFrom(com.google.protobuf.ByteString data)static ListServiceAccountKeysResponseListServiceAccountKeysResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceAccountKeysResponseListServiceAccountKeysResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListServiceAccountKeysResponseListServiceAccountKeysResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceAccountKeysResponseListServiceAccountKeysResponse. parseFrom(InputStream input)static ListServiceAccountKeysResponseListServiceAccountKeysResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServiceAccountKeysResponseListServiceAccountKeysResponse. parseFrom(ByteBuffer data)static ListServiceAccountKeysResponseListServiceAccountKeysResponse. 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.BuilderListServiceAccountKeysResponse.Builder. mergeFrom(ListServiceAccountKeysResponse other)static ListServiceAccountKeysResponse.BuilderListServiceAccountKeysResponse. newBuilder(ListServiceAccountKeysResponse prototype)Method parameters in com.google.iam.admin.v1 with type arguments of type ListServiceAccountKeysResponse Modifier and Type Method Description default voidIAMGrpc.AsyncService. listServiceAccountKeys(ListServiceAccountKeysRequest request, io.grpc.stub.StreamObserver<ListServiceAccountKeysResponse> responseObserver)Lists every [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey] for a service account.voidIAMGrpc.IAMStub. listServiceAccountKeys(ListServiceAccountKeysRequest request, io.grpc.stub.StreamObserver<ListServiceAccountKeysResponse> responseObserver)Lists every [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey] for a service account.
-