Uses of Class
com.google.dataflow.v1beta3.GetTemplateResponse
-
Packages that use GetTemplateResponse Package Description com.google.dataflow.v1beta3 A client to Dataflow APIcom.google.dataflow.v1beta3.stub -
-
Uses of GetTemplateResponse in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return GetTemplateResponse Modifier and Type Method Description GetTemplateResponse
GetTemplateResponse.Builder. build()
GetTemplateResponse
GetTemplateResponse.Builder. buildPartial()
static GetTemplateResponse
GetTemplateResponse. getDefaultInstance()
GetTemplateResponse
GetTemplateResponse.Builder. getDefaultInstanceForType()
GetTemplateResponse
GetTemplateResponse. getDefaultInstanceForType()
GetTemplateResponse
TemplatesServiceClient. getTemplate(GetTemplateRequest request)
Get the template associated with a template.GetTemplateResponse
TemplatesServiceGrpc.TemplatesServiceBlockingStub. getTemplate(GetTemplateRequest request)
Get the template associated with a template.static GetTemplateResponse
GetTemplateResponse. parseDelimitedFrom(InputStream input)
static GetTemplateResponse
GetTemplateResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTemplateResponse
GetTemplateResponse. parseFrom(byte[] data)
static GetTemplateResponse
GetTemplateResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTemplateResponse
GetTemplateResponse. parseFrom(com.google.protobuf.ByteString data)
static GetTemplateResponse
GetTemplateResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTemplateResponse
GetTemplateResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static GetTemplateResponse
GetTemplateResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTemplateResponse
GetTemplateResponse. parseFrom(InputStream input)
static GetTemplateResponse
GetTemplateResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTemplateResponse
GetTemplateResponse. parseFrom(ByteBuffer data)
static GetTemplateResponse
GetTemplateResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type GetTemplateResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTemplateRequest,GetTemplateResponse>
TemplatesServiceGrpc. getGetTemplateMethod()
com.google.protobuf.Parser<GetTemplateResponse>
GetTemplateResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<GetTemplateResponse>
TemplatesServiceGrpc.TemplatesServiceFutureStub. getTemplate(GetTemplateRequest request)
Get the template associated with a template.com.google.api.gax.rpc.UnaryCallable<GetTemplateRequest,GetTemplateResponse>
TemplatesServiceClient. getTemplateCallable()
Get the template associated with a template.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTemplateRequest,GetTemplateResponse>
TemplatesServiceSettings.Builder. getTemplateSettings()
Returns the builder for the settings used for calls to getTemplate.com.google.api.gax.rpc.UnaryCallSettings<GetTemplateRequest,GetTemplateResponse>
TemplatesServiceSettings. getTemplateSettings()
Returns the object with the settings used for calls to getTemplate.static com.google.protobuf.Parser<GetTemplateResponse>
GetTemplateResponse. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type GetTemplateResponse Modifier and Type Method Description GetTemplateResponse.Builder
GetTemplateResponse.Builder. mergeFrom(GetTemplateResponse other)
static GetTemplateResponse.Builder
GetTemplateResponse. newBuilder(GetTemplateResponse prototype)
Method parameters in com.google.dataflow.v1beta3 with type arguments of type GetTemplateResponse Modifier and Type Method Description default void
TemplatesServiceGrpc.AsyncService. getTemplate(GetTemplateRequest request, io.grpc.stub.StreamObserver<GetTemplateResponse> responseObserver)
Get the template associated with a template.void
TemplatesServiceGrpc.TemplatesServiceStub. getTemplate(GetTemplateRequest request, io.grpc.stub.StreamObserver<GetTemplateResponse> responseObserver)
Get the template associated with a template. -
Uses of GetTemplateResponse in com.google.dataflow.v1beta3.stub
Methods in com.google.dataflow.v1beta3.stub that return types with arguments of type GetTemplateResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTemplateRequest,GetTemplateResponse>
GrpcTemplatesServiceStub. getTemplateCallable()
com.google.api.gax.rpc.UnaryCallable<GetTemplateRequest,GetTemplateResponse>
HttpJsonTemplatesServiceStub. getTemplateCallable()
com.google.api.gax.rpc.UnaryCallable<GetTemplateRequest,GetTemplateResponse>
TemplatesServiceStub. getTemplateCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTemplateRequest,GetTemplateResponse>
TemplatesServiceStubSettings.Builder. getTemplateSettings()
Returns the builder for the settings used for calls to getTemplate.com.google.api.gax.rpc.UnaryCallSettings<GetTemplateRequest,GetTemplateResponse>
TemplatesServiceStubSettings. getTemplateSettings()
Returns the object with the settings used for calls to getTemplate.
-