Uses of Class
com.google.cloud.compute.v1.Project
-
Packages that use Project 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 Project in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Project Modifier and Type Method Description ProjectProject.Builder. build()ProjectProject.Builder. buildPartial()ProjectProjectsClient. get(GetProjectRequest request)Returns the specified Project resource.ProjectProjectsClient. get(String project)Returns the specified Project resource.static ProjectProject. getDefaultInstance()ProjectProject.Builder. getDefaultInstanceForType()ProjectProject. getDefaultInstanceForType()ProjectXpnHostList.Builder. getItems(int index)[Output Only] A list of shared VPC host project URLs.ProjectXpnHostList. getItems(int index)[Output Only] A list of shared VPC host project URLs.ProjectXpnHostListOrBuilder. getItems(int index)[Output Only] A list of shared VPC host project URLs.ProjectProjectsClient. getXpnHost(GetXpnHostProjectRequest request)Gets the shared VPC host project that this project links to.ProjectProjectsClient. getXpnHost(String project)Gets the shared VPC host project that this project links to.static ProjectProject. parseDelimitedFrom(InputStream input)static ProjectProject. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProjectProject. parseFrom(byte[] data)static ProjectProject. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProjectProject. parseFrom(com.google.protobuf.ByteString data)static ProjectProject. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProjectProject. parseFrom(com.google.protobuf.CodedInputStream input)static ProjectProject. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProjectProject. parseFrom(InputStream input)static ProjectProject. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProjectProject. parseFrom(ByteBuffer data)static ProjectProject. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type Project Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetProjectRequest,Project>ProjectsClient. getCallable()Returns the specified Project resource.List<Project>XpnHostList.Builder. getItemsList()[Output Only] A list of shared VPC host project URLs.List<Project>XpnHostList. getItemsList()[Output Only] A list of shared VPC host project URLs.List<Project>XpnHostListOrBuilder. getItemsList()[Output Only] A list of shared VPC host project URLs.com.google.protobuf.Parser<Project>Project. getParserForType()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProjectRequest,Project>ProjectsSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetProjectRequest,Project>ProjectsSettings. getSettings()Returns the object with the settings used for calls to get.com.google.api.gax.rpc.UnaryCallable<GetXpnHostProjectRequest,Project>ProjectsClient. getXpnHostCallable()Gets the shared VPC host project that this project links to.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetXpnHostProjectRequest,Project>ProjectsSettings.Builder. getXpnHostSettings()Returns the builder for the settings used for calls to getXpnHost.com.google.api.gax.rpc.UnaryCallSettings<GetXpnHostProjectRequest,Project>ProjectsSettings. getXpnHostSettings()Returns the object with the settings used for calls to getXpnHost.static com.google.protobuf.Parser<Project>Project. parser()Methods in com.google.cloud.compute.v1 with parameters of type Project Modifier and Type Method Description XpnHostList.BuilderXpnHostList.Builder. addItems(int index, Project value)[Output Only] A list of shared VPC host project URLs.XpnHostList.BuilderXpnHostList.Builder. addItems(Project value)[Output Only] A list of shared VPC host project URLs.Project.BuilderProject.Builder. mergeFrom(Project other)static Project.BuilderProject. newBuilder(Project prototype)XpnHostList.BuilderXpnHostList.Builder. setItems(int index, Project value)[Output Only] A list of shared VPC host project URLs.Method parameters in com.google.cloud.compute.v1 with type arguments of type Project Modifier and Type Method Description XpnHostList.BuilderXpnHostList.Builder. addAllItems(Iterable<? extends Project> values)[Output Only] A list of shared VPC host project URLs.static com.google.api.core.ApiFuture<ProjectsClient.ListXpnHostsPagedResponse>ProjectsClient.ListXpnHostsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListXpnHostsProjectsRequest,XpnHostList,Project> context, com.google.api.core.ApiFuture<XpnHostList> futureResponse)protected ProjectsClient.ListXpnHostsPageProjectsClient.ListXpnHostsPage. createPage(com.google.api.gax.rpc.PageContext<ListXpnHostsProjectsRequest,XpnHostList,Project> context, XpnHostList response)com.google.api.core.ApiFuture<ProjectsClient.ListXpnHostsPage>ProjectsClient.ListXpnHostsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListXpnHostsProjectsRequest,XpnHostList,Project> context, com.google.api.core.ApiFuture<XpnHostList> futureResponse) -
Uses of Project in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type Project Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetProjectRequest,Project>HttpJsonProjectsStub. getCallable()com.google.api.gax.rpc.UnaryCallable<GetProjectRequest,Project>ProjectsStub. getCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProjectRequest,Project>ProjectsStubSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetProjectRequest,Project>ProjectsStubSettings. getSettings()Returns the object with the settings used for calls to get.com.google.api.gax.rpc.UnaryCallable<GetXpnHostProjectRequest,Project>HttpJsonProjectsStub. getXpnHostCallable()com.google.api.gax.rpc.UnaryCallable<GetXpnHostProjectRequest,Project>ProjectsStub. getXpnHostCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetXpnHostProjectRequest,Project>ProjectsStubSettings.Builder. getXpnHostSettings()Returns the builder for the settings used for calls to getXpnHost.com.google.api.gax.rpc.UnaryCallSettings<GetXpnHostProjectRequest,Project>ProjectsStubSettings. getXpnHostSettings()Returns the object with the settings used for calls to getXpnHost.
-