Uses of Class
com.google.cloud.compute.v1.License
-
Packages that use License 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 License in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return License Modifier and Type Method Description License
License.Builder. build()
License
License.Builder. buildPartial()
License
LicensesClient. get(GetLicenseRequest request)
Returns the specified License resource.License
LicensesClient. get(String project, String license)
Returns the specified License resource.static License
License. getDefaultInstance()
License
License.Builder. getDefaultInstanceForType()
License
License. getDefaultInstanceForType()
License
LicensesListResponse.Builder. getItems(int index)
A list of License resources.License
LicensesListResponse. getItems(int index)
A list of License resources.License
LicensesListResponseOrBuilder. getItems(int index)
A list of License resources.License
InsertLicenseRequest.Builder. getLicenseResource()
The body resource for this requestLicense
InsertLicenseRequest. getLicenseResource()
The body resource for this requestLicense
InsertLicenseRequestOrBuilder. getLicenseResource()
The body resource for this requeststatic License
License. parseDelimitedFrom(InputStream input)
static License
License. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static License
License. parseFrom(byte[] data)
static License
License. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static License
License. parseFrom(com.google.protobuf.ByteString data)
static License
License. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static License
License. parseFrom(com.google.protobuf.CodedInputStream input)
static License
License. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static License
License. parseFrom(InputStream input)
static License
License. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static License
License. parseFrom(ByteBuffer data)
static License
License. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type License Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetLicenseRequest,License>
LicensesClient. getCallable()
Returns the specified License resource.List<License>
LicensesListResponse.Builder. getItemsList()
A list of License resources.List<License>
LicensesListResponse. getItemsList()
A list of License resources.List<License>
LicensesListResponseOrBuilder. getItemsList()
A list of License resources.com.google.protobuf.Parser<License>
License. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLicenseRequest,License>
LicensesSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetLicenseRequest,License>
LicensesSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<License>
License. parser()
Methods in com.google.cloud.compute.v1 with parameters of type License Modifier and Type Method Description LicensesListResponse.Builder
LicensesListResponse.Builder. addItems(int index, License value)
A list of License resources.LicensesListResponse.Builder
LicensesListResponse.Builder. addItems(License value)
A list of License resources.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
LicensesClient. insertAsync(String project, License licenseResource)
Create a License resource in the specified project.License.Builder
License.Builder. mergeFrom(License other)
InsertLicenseRequest.Builder
InsertLicenseRequest.Builder. mergeLicenseResource(License value)
The body resource for this requeststatic License.Builder
License. newBuilder(License prototype)
LicensesListResponse.Builder
LicensesListResponse.Builder. setItems(int index, License value)
A list of License resources.InsertLicenseRequest.Builder
InsertLicenseRequest.Builder. setLicenseResource(License value)
The body resource for this requestMethod parameters in com.google.cloud.compute.v1 with type arguments of type License Modifier and Type Method Description LicensesListResponse.Builder
LicensesListResponse.Builder. addAllItems(Iterable<? extends License> values)
A list of License resources.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)
-
Uses of License in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type License Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetLicenseRequest,License>
HttpJsonLicensesStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetLicenseRequest,License>
LicensesStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLicenseRequest,License>
LicensesStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetLicenseRequest,License>
LicensesStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-