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 LicenseLicense.Builder. build()LicenseLicense.Builder. buildPartial()LicenseLicensesClient. get(GetLicenseRequest request)Returns the specified License resource.LicenseLicensesClient. get(String project, String license)Returns the specified License resource.static LicenseLicense. getDefaultInstance()LicenseLicense.Builder. getDefaultInstanceForType()LicenseLicense. getDefaultInstanceForType()LicenseLicensesListResponse.Builder. getItems(int index)A list of License resources.LicenseLicensesListResponse. getItems(int index)A list of License resources.LicenseLicensesListResponseOrBuilder. getItems(int index)A list of License resources.LicenseInsertLicenseRequest.Builder. getLicenseResource()The body resource for this requestLicenseInsertLicenseRequest. getLicenseResource()The body resource for this requestLicenseInsertLicenseRequestOrBuilder. getLicenseResource()The body resource for this requeststatic LicenseLicense. parseDelimitedFrom(InputStream input)static LicenseLicense. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LicenseLicense. parseFrom(byte[] data)static LicenseLicense. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LicenseLicense. parseFrom(com.google.protobuf.ByteString data)static LicenseLicense. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LicenseLicense. parseFrom(com.google.protobuf.CodedInputStream input)static LicenseLicense. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LicenseLicense. parseFrom(InputStream input)static LicenseLicense. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LicenseLicense. parseFrom(ByteBuffer data)static LicenseLicense. 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.BuilderLicensesListResponse.Builder. addItems(int index, License value)A list of License resources.LicensesListResponse.BuilderLicensesListResponse.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.BuilderLicense.Builder. mergeFrom(License other)InsertLicenseRequest.BuilderInsertLicenseRequest.Builder. mergeLicenseResource(License value)The body resource for this requeststatic License.BuilderLicense. newBuilder(License prototype)LicensesListResponse.BuilderLicensesListResponse.Builder. setItems(int index, License value)A list of License resources.InsertLicenseRequest.BuilderInsertLicenseRequest.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.BuilderLicensesListResponse.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.ListPageLicensesClient.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.
-