Class HttpJsonSchemaServiceStub (1.129.1)

public class HttpJsonSchemaServiceStub extends SchemaServiceStub

REST stub implementation for the SchemaService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > SchemaServiceStub > HttpJsonSchemaServiceStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonSchemaServiceStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonSchemaServiceStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonSchemaServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonSchemaServiceStub
Exceptions
Type Description
IOException

create(SchemaServiceStubSettings settings)

public static final HttpJsonSchemaServiceStub create(SchemaServiceStubSettings settings)
Parameter
Name Description
settings SchemaServiceStubSettings
Returns
Type Description
HttpJsonSchemaServiceStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonSchemaServiceStub(SchemaServiceStubSettings settings, ClientContext clientContext)

protected HttpJsonSchemaServiceStub(SchemaServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonSchemaServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings SchemaServiceStubSettings
clientContext ClientContext

HttpJsonSchemaServiceStub(SchemaServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonSchemaServiceStub(SchemaServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonSchemaServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings SchemaServiceStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

commitSchemaCallable()

public UnaryCallable<CommitSchemaRequest,Schema> commitSchemaCallable()
Returns
Type Description
UnaryCallable<CommitSchemaRequest,Schema>
Overrides

createSchemaCallable()

public UnaryCallable<CreateSchemaRequest,Schema> createSchemaCallable()
Returns
Type Description
UnaryCallable<CreateSchemaRequest,Schema>
Overrides

deleteSchemaCallable()

public UnaryCallable<DeleteSchemaRequest,Empty> deleteSchemaCallable()
Returns
Type Description
UnaryCallable<DeleteSchemaRequest,Empty>
Overrides

deleteSchemaRevisionCallable()

public UnaryCallable<DeleteSchemaRevisionRequest,Schema> deleteSchemaRevisionCallable()
Returns
Type Description
UnaryCallable<DeleteSchemaRevisionRequest,Schema>
Overrides

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

getSchemaCallable()

public UnaryCallable<GetSchemaRequest,Schema> getSchemaCallable()
Returns
Type Description
UnaryCallable<GetSchemaRequest,Schema>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listSchemaRevisionsCallable()

public UnaryCallable<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse> listSchemaRevisionsCallable()
Returns
Type Description
UnaryCallable<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse>
Overrides

listSchemaRevisionsPagedCallable()

public UnaryCallable<ListSchemaRevisionsRequest,SchemaServiceClient.ListSchemaRevisionsPagedResponse> listSchemaRevisionsPagedCallable()
Returns
Type Description
UnaryCallable<ListSchemaRevisionsRequest,ListSchemaRevisionsPagedResponse>
Overrides

listSchemasCallable()

public UnaryCallable<ListSchemasRequest,ListSchemasResponse> listSchemasCallable()
Returns
Type Description
UnaryCallable<ListSchemasRequest,ListSchemasResponse>
Overrides

listSchemasPagedCallable()

public UnaryCallable<ListSchemasRequest,SchemaServiceClient.ListSchemasPagedResponse> listSchemasPagedCallable()
Returns
Type Description
UnaryCallable<ListSchemasRequest,ListSchemasPagedResponse>
Overrides

rollbackSchemaCallable()

public UnaryCallable<RollbackSchemaRequest,Schema> rollbackSchemaCallable()
Returns
Type Description
UnaryCallable<RollbackSchemaRequest,Schema>
Overrides

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
Overrides

validateMessageCallable()

public UnaryCallable<ValidateMessageRequest,ValidateMessageResponse> validateMessageCallable()
Returns
Type Description
UnaryCallable<ValidateMessageRequest,ValidateMessageResponse>
Overrides

validateSchemaCallable()

public UnaryCallable<ValidateSchemaRequest,ValidateSchemaResponse> validateSchemaCallable()
Returns
Type Description
UnaryCallable<ValidateSchemaRequest,ValidateSchemaResponse>
Overrides