Uses of Class
com.google.cloud.compute.v1.LicensesListResponse
-
Packages that use LicensesListResponse Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of LicensesListResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return LicensesListResponse Modifier and Type Method Description LicensesListResponse
LicensesListResponse.Builder. build()
LicensesListResponse
LicensesListResponse.Builder. buildPartial()
static LicensesListResponse
LicensesListResponse. getDefaultInstance()
LicensesListResponse
LicensesListResponse.Builder. getDefaultInstanceForType()
LicensesListResponse
LicensesListResponse. getDefaultInstanceForType()
static LicensesListResponse
LicensesListResponse. parseDelimitedFrom(InputStream input)
static LicensesListResponse
LicensesListResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LicensesListResponse
LicensesListResponse. parseFrom(byte[] data)
static LicensesListResponse
LicensesListResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LicensesListResponse
LicensesListResponse. parseFrom(com.google.protobuf.ByteString data)
static LicensesListResponse
LicensesListResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LicensesListResponse
LicensesListResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static LicensesListResponse
LicensesListResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LicensesListResponse
LicensesListResponse. parseFrom(InputStream input)
static LicensesListResponse
LicensesListResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LicensesListResponse
LicensesListResponse. parseFrom(ByteBuffer data)
static LicensesListResponse
LicensesListResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type LicensesListResponse Modifier and Type Method Description com.google.protobuf.Parser<LicensesListResponse>
LicensesListResponse. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListLicensesRequest,LicensesListResponse>
LicensesClient. listCallable()
Retrieves the list of licenses available in the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLicensesRequest,LicensesListResponse,LicensesClient.ListPagedResponse>
LicensesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListLicensesRequest,LicensesListResponse,LicensesClient.ListPagedResponse>
LicensesSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<LicensesListResponse>
LicensesListResponse. parser()
Methods in com.google.cloud.compute.v1 with parameters of type LicensesListResponse Modifier and Type Method Description protected LicensesClient.ListPage
LicensesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListLicensesRequest,LicensesListResponse,License> context, LicensesListResponse response)
LicensesListResponse.Builder
LicensesListResponse.Builder. mergeFrom(LicensesListResponse other)
static LicensesListResponse.Builder
LicensesListResponse. newBuilder(LicensesListResponse prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type LicensesListResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<LicensesClient.ListPagedResponse>
LicensesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLicensesRequest,LicensesListResponse,License> context, com.google.api.core.ApiFuture<LicensesListResponse> futureResponse)
static com.google.api.core.ApiFuture<LicensesClient.ListPagedResponse>
LicensesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLicensesRequest,LicensesListResponse,License> context, com.google.api.core.ApiFuture<LicensesListResponse> futureResponse)
protected LicensesClient.ListPage
LicensesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListLicensesRequest,LicensesListResponse,License> context, LicensesListResponse response)
com.google.api.core.ApiFuture<LicensesClient.ListPage>
LicensesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListLicensesRequest,LicensesListResponse,License> context, com.google.api.core.ApiFuture<LicensesListResponse> futureResponse)
com.google.api.core.ApiFuture<LicensesClient.ListPage>
LicensesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListLicensesRequest,LicensesListResponse,License> context, com.google.api.core.ApiFuture<LicensesListResponse> futureResponse)
-
Uses of LicensesListResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type LicensesListResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLicensesRequest,LicensesListResponse>
HttpJsonLicensesStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListLicensesRequest,LicensesListResponse>
LicensesStub. listCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListLicensesRequest,LicensesListResponse,LicensesClient.ListPagedResponse>
LicensesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListLicensesRequest,LicensesListResponse,LicensesClient.ListPagedResponse>
LicensesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-