diff --git a/java/grpc-google-iam-v1/0.1.13/apidocs/allclasses-frame.html b/java/grpc-google-iam-v1/0.1.13/apidocs/allclasses-frame.html new file mode 100644 index 0000000000..ee4a8682b1 --- /dev/null +++ b/java/grpc-google-iam-v1/0.1.13/apidocs/allclasses-frame.html @@ -0,0 +1,23 @@ + + + +
+ +public static final class IAMPolicyGrpc.IAMPolicyBlockingStub +extends io.grpc.stub.AbstractStub<IAMPolicyGrpc.IAMPolicyBlockingStub>+
+ ## API Overview + Manages Identity and Access Management (IAM) policies. + Any implementation of an API that offers access control features + implements the google.iam.v1.IAMPolicy interface. + ## Data model + Access control is applied when a principal (user or service account), takes + some action on a resource exposed by a service. Resources, identified by + URI-like names, are the unit of access control specification. Service + implementations can choose the granularity of access control and the + supported permissions for their resources. + For example one database service may allow access control to be + specified only at the Table level, whereas another might allow access control + to also be specified at the Column level. + ## Policy Structure + See google.iam.v1.Policy + This is intentionally not a CRUD style API because access control policies + are created and deleted implicitly with the resources to which they are + attached. +
| Modifier and Type | +Method and Description | +
|---|---|
protected IAMPolicyGrpc.IAMPolicyBlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.iam.v1.Policy |
+getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
+
+ Gets the access control policy for a resource.
+ |
+
com.google.iam.v1.Policy |
+setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
+
+ Sets the access control policy on the specified resource.
+ |
+
com.google.iam.v1.TestIamPermissionsResponse |
+testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
+
+ Returns permissions that a caller has on the specified resource.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected IAMPolicyGrpc.IAMPolicyBlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<IAMPolicyGrpc.IAMPolicyBlockingStub>public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)+
+ Sets the access control policy on the specified resource. Replaces any + existing policy. +
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)+
+ Gets the access control policy for a resource. + Returns an empty policy if the resource exists and does not have a policy + set. +
public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)+
+ Returns permissions that a caller has on the specified resource. + If the resource does not exist, this will return an empty set of + permissions, not a NOT_FOUND error. +
public static final class IAMPolicyGrpc.IAMPolicyFutureStub +extends io.grpc.stub.AbstractStub<IAMPolicyGrpc.IAMPolicyFutureStub>+
+ ## API Overview + Manages Identity and Access Management (IAM) policies. + Any implementation of an API that offers access control features + implements the google.iam.v1.IAMPolicy interface. + ## Data model + Access control is applied when a principal (user or service account), takes + some action on a resource exposed by a service. Resources, identified by + URI-like names, are the unit of access control specification. Service + implementations can choose the granularity of access control and the + supported permissions for their resources. + For example one database service may allow access control to be + specified only at the Table level, whereas another might allow access control + to also be specified at the Column level. + ## Policy Structure + See google.iam.v1.Policy + This is intentionally not a CRUD style API because access control policies + are created and deleted implicitly with the resources to which they are + attached. +
| Modifier and Type | +Method and Description | +
|---|---|
protected IAMPolicyGrpc.IAMPolicyFutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.Policy> |
+getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
+
+ Gets the access control policy for a resource.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.Policy> |
+setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
+
+ Sets the access control policy on the specified resource.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.TestIamPermissionsResponse> |
+testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
+
+ Returns permissions that a caller has on the specified resource.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected IAMPolicyGrpc.IAMPolicyFutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<IAMPolicyGrpc.IAMPolicyFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.Policy> setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)+
+ Sets the access control policy on the specified resource. Replaces any + existing policy. +
public com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.Policy> getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)+
+ Gets the access control policy for a resource. + Returns an empty policy if the resource exists and does not have a policy + set. +
public com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.TestIamPermissionsResponse> testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)+
+ Returns permissions that a caller has on the specified resource. + If the resource does not exist, this will return an empty set of + permissions, not a NOT_FOUND error. +
public abstract static class IAMPolicyGrpc.IAMPolicyImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ ## API Overview + Manages Identity and Access Management (IAM) policies. + Any implementation of an API that offers access control features + implements the google.iam.v1.IAMPolicy interface. + ## Data model + Access control is applied when a principal (user or service account), takes + some action on a resource exposed by a service. Resources, identified by + URI-like names, are the unit of access control specification. Service + implementations can choose the granularity of access control and the + supported permissions for their resources. + For example one database service may allow access control to be + specified only at the Table level, whereas another might allow access control + to also be specified at the Column level. + ## Policy Structure + See google.iam.v1.Policy + This is intentionally not a CRUD style API because access control policies + are created and deleted implicitly with the resources to which they are + attached. +
| Constructor and Description | +
|---|
IAMPolicyImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request,
+ io.grpc.stub.StreamObserver<com.google.iam.v1.Policy> responseObserver)
+
+ Gets the access control policy for a resource.
+ |
+
void |
+setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request,
+ io.grpc.stub.StreamObserver<com.google.iam.v1.Policy> responseObserver)
+
+ Sets the access control policy on the specified resource.
+ |
+
void |
+testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request,
+ io.grpc.stub.StreamObserver<com.google.iam.v1.TestIamPermissionsResponse> responseObserver)
+
+ Returns permissions that a caller has on the specified resource.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request, + io.grpc.stub.StreamObserver<com.google.iam.v1.Policy> responseObserver)+
+ Sets the access control policy on the specified resource. Replaces any + existing policy. +
public void getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request, + io.grpc.stub.StreamObserver<com.google.iam.v1.Policy> responseObserver)+
+ Gets the access control policy for a resource. + Returns an empty policy if the resource exists and does not have a policy + set. +
public void testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request, + io.grpc.stub.StreamObserver<com.google.iam.v1.TestIamPermissionsResponse> responseObserver)+
+ Returns permissions that a caller has on the specified resource. + If the resource does not exist, this will return an empty set of + permissions, not a NOT_FOUND error. +
public final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class IAMPolicyGrpc.IAMPolicyStub +extends io.grpc.stub.AbstractStub<IAMPolicyGrpc.IAMPolicyStub>+
+ ## API Overview + Manages Identity and Access Management (IAM) policies. + Any implementation of an API that offers access control features + implements the google.iam.v1.IAMPolicy interface. + ## Data model + Access control is applied when a principal (user or service account), takes + some action on a resource exposed by a service. Resources, identified by + URI-like names, are the unit of access control specification. Service + implementations can choose the granularity of access control and the + supported permissions for their resources. + For example one database service may allow access control to be + specified only at the Table level, whereas another might allow access control + to also be specified at the Column level. + ## Policy Structure + See google.iam.v1.Policy + This is intentionally not a CRUD style API because access control policies + are created and deleted implicitly with the resources to which they are + attached. +
| Modifier and Type | +Method and Description | +
|---|---|
protected IAMPolicyGrpc.IAMPolicyStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request,
+ io.grpc.stub.StreamObserver<com.google.iam.v1.Policy> responseObserver)
+
+ Gets the access control policy for a resource.
+ |
+
void |
+setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request,
+ io.grpc.stub.StreamObserver<com.google.iam.v1.Policy> responseObserver)
+
+ Sets the access control policy on the specified resource.
+ |
+
void |
+testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request,
+ io.grpc.stub.StreamObserver<com.google.iam.v1.TestIamPermissionsResponse> responseObserver)
+
+ Returns permissions that a caller has on the specified resource.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected IAMPolicyGrpc.IAMPolicyStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<IAMPolicyGrpc.IAMPolicyStub>public void setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request, + io.grpc.stub.StreamObserver<com.google.iam.v1.Policy> responseObserver)+
+ Sets the access control policy on the specified resource. Replaces any + existing policy. +
public void getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request, + io.grpc.stub.StreamObserver<com.google.iam.v1.Policy> responseObserver)+
+ Gets the access control policy for a resource. + Returns an empty policy if the resource exists and does not have a policy + set. +
public void testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request, + io.grpc.stub.StreamObserver<com.google.iam.v1.TestIamPermissionsResponse> responseObserver)+
+ Returns permissions that a caller has on the specified resource. + If the resource does not exist, this will return an empty set of + permissions, not a NOT_FOUND error. +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/iam/v1/iam_policy.proto")
+public final class IAMPolicyGrpc
+extends java.lang.Object
++ ## API Overview + Manages Identity and Access Management (IAM) policies. + Any implementation of an API that offers access control features + implements the google.iam.v1.IAMPolicy interface. + ## Data model + Access control is applied when a principal (user or service account), takes + some action on a resource exposed by a service. Resources, identified by + URI-like names, are the unit of access control specification. Service + implementations can choose the granularity of access control and the + supported permissions for their resources. + For example one database service may allow access control to be + specified only at the Table level, whereas another might allow access control + to also be specified at the Column level. + ## Policy Structure + See google.iam.v1.Policy + This is intentionally not a CRUD style API because access control policies + are created and deleted implicitly with the resources to which they are + attached. +
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+IAMPolicyGrpc.IAMPolicyBlockingStub
+
+ ## API Overview
+ Manages Identity and Access Management (IAM) policies.
+ |
+
static class |
+IAMPolicyGrpc.IAMPolicyFutureStub
+
+ ## API Overview
+ Manages Identity and Access Management (IAM) policies.
+ |
+
static class |
+IAMPolicyGrpc.IAMPolicyImplBase
+
+ ## API Overview
+ Manages Identity and Access Management (IAM) policies.
+ |
+
static class |
+IAMPolicyGrpc.IAMPolicyStub
+
+ ## API Overview
+ Manages Identity and Access Management (IAM) policies.
+ |
+
| Modifier and Type | +Field and Description | +
|---|---|
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
+METHOD_GET_IAM_POLICY |
+
static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
+METHOD_SET_IAM_POLICY |
+
static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
+METHOD_TEST_IAM_PERMISSIONS |
+
static java.lang.String |
+SERVICE_NAME |
+
| Modifier and Type | +Method and Description | +
|---|---|
static io.grpc.ServiceDescriptor |
+getServiceDescriptor() |
+
static IAMPolicyGrpc.IAMPolicyBlockingStub |
+newBlockingStub(io.grpc.Channel channel)
+Creates a new blocking-style stub that supports unary and streaming output calls on the service
+ |
+
static IAMPolicyGrpc.IAMPolicyFutureStub |
+newFutureStub(io.grpc.Channel channel)
+Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ |
+
static IAMPolicyGrpc.IAMPolicyStub |
+newStub(io.grpc.Channel channel)
+Creates a new async stub that supports all call types for the service
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String SERVICE_NAME+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> METHOD_SET_IAM_POLICY+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> METHOD_GET_IAM_POLICY+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> METHOD_TEST_IAM_PERMISSIONS+
public static IAMPolicyGrpc.IAMPolicyStub newStub(io.grpc.Channel channel)+
public static IAMPolicyGrpc.IAMPolicyBlockingStub newBlockingStub(io.grpc.Channel channel)+
public static IAMPolicyGrpc.IAMPolicyFutureStub newFutureStub(io.grpc.Channel channel)+
public static io.grpc.ServiceDescriptor getServiceDescriptor()+
| Class | +Description | +
|---|---|
| IAMPolicyGrpc | +
+
+ ## API Overview
+ Manages Identity and Access Management (IAM) policies.
+ |
+
| IAMPolicyGrpc.IAMPolicyBlockingStub | +
+
+ ## API Overview
+ Manages Identity and Access Management (IAM) policies.
+ |
+
| IAMPolicyGrpc.IAMPolicyFutureStub | +
+
+ ## API Overview
+ Manages Identity and Access Management (IAM) policies.
+ |
+
| IAMPolicyGrpc.IAMPolicyImplBase | +
+
+ ## API Overview
+ Manages Identity and Access Management (IAM) policies.
+ |
+
| IAMPolicyGrpc.IAMPolicyStub | +
+
+ ## API Overview
+ Manages Identity and Access Management (IAM) policies.
+ |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.iam.v1.IAMPolicy" |
+
Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+