Home
last modified time | relevance | path

Searched full:machinetype (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DMachineTypesScopedList.java73 private java.util.List<com.google.cloud.compute.v1.MachineType> machineTypes_;
81 * <code>repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;</code>
84 public java.util.List<com.google.cloud.compute.v1.MachineType> getMachineTypesList() { in getMachineTypesList()
94 * <code>repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;</code>
108 * <code>repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;</code>
121 * <code>repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;</code>
124 public com.google.cloud.compute.v1.MachineType getMachineTypes(int index) { in getMachineTypes()
134 * <code>repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;</code>
591 com.google.cloud.compute.v1.MachineType m = in mergeFrom()
593 com.google.cloud.compute.v1.MachineType.parser(), extensionRegistry); in mergeFrom()
[all …]
H A DMachineTypeList.java144 private java.util.List<com.google.cloud.compute.v1.MachineType> items_;
149 * A list of MachineType resources.
152 * <code>repeated .google.cloud.compute.v1.MachineType items = 100526016;</code>
155 public java.util.List<com.google.cloud.compute.v1.MachineType> getItemsList() { in getItemsList()
162 * A list of MachineType resources.
165 * <code>repeated .google.cloud.compute.v1.MachineType items = 100526016;</code>
176 * A list of MachineType resources.
179 * <code>repeated .google.cloud.compute.v1.MachineType items = 100526016;</code>
189 * A list of MachineType resources.
192 * <code>repeated .google.cloud.compute.v1.MachineType items = 100526016;</code>
[all …]
H A DMachineType.java28 * Protobuf type {@code google.cloud.compute.v1.MachineType}
30 public final class MachineType extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.compute.v1.MachineType)
35 // Use MachineType.newBuilder() to construct.
36 private MachineType(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in MachineType() method in MachineType
40 private MachineType() { in MachineType() method in MachineType
54 return new MachineType(); in newInstance()
73 com.google.cloud.compute.v1.MachineType.class, in internalGetFieldAccessorTable()
74 com.google.cloud.compute.v1.MachineType.Builder.class); in internalGetFieldAccessorTable()
471 * [Output Only] The type of the resource. Always compute#machineType for machine types.
[all …]
H A DMachineTypeListOrBuilder.java67 * A list of MachineType resources.
70 * <code>repeated .google.cloud.compute.v1.MachineType items = 100526016;</code>
72 java.util.List<com.google.cloud.compute.v1.MachineType> getItemsList(); in getItemsList()
77 * A list of MachineType resources.
80 * <code>repeated .google.cloud.compute.v1.MachineType items = 100526016;</code>
82 com.google.cloud.compute.v1.MachineType getItems(int index); in getItems()
87 * A list of MachineType resources.
90 * <code>repeated .google.cloud.compute.v1.MachineType items = 100526016;</code>
97 * A list of MachineType resources.
100 * <code>repeated .google.cloud.compute.v1.MachineType items = 100526016;</code>
[all …]
H A DMachineTypesScopedListOrBuilder.java33 * <code>repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;</code>
35 java.util.List<com.google.cloud.compute.v1.MachineType> getMachineTypesList(); in getMachineTypesList()
43 * <code>repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;</code>
45 com.google.cloud.compute.v1.MachineType getMachineTypes(int index); in getMachineTypes()
53 * <code>repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;</code>
63 * <code>repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;</code>
74 * <code>repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;</code>
H A DInstancesSetMachineTypeRequest.java84 * @return Whether the machineType field is set.
99 * @return The machineType.
122 * @return The bytes for machineType.
497 * @return Whether the machineType field is set.
511 * @return The machineType.
533 * @return The bytes for machineType.
555 * @param value The machineType to set.
593 * @param value The bytes for machineType to set.
/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/
H A DMachineTypesClient.java52 * String machineType = "machineType-218117087";
53 * MachineType response = machineTypesClient.get(project, zone, machineType);
326 * String machineType = "machineType-218117087";
327 * MachineType response = machineTypesClient.get(project, zone, machineType);
333 * @param machineType Name of the machine type to return.
336 public final MachineType get(String project, String zone, String machineType) { in get() argument
341 .setMachineType(machineType) in get()
361 * .setMachineType("machineType-218117087")
365 * MachineType response = machineTypesClient.get(request);
372 public final MachineType get(GetMachineTypeRequest request) { in get()
[all …]
/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/
H A DMachineTypesClientTest.java136 MachineType expectedResponse = in getTest()
137 MachineType.newBuilder() in getTest()
159 String machineType = "machineType-4937"; in getTest() local
161 MachineType actualResponse = client.get(project, zone, machineType); in getTest()
189 String machineType = "machineType-4937"; in getExceptionTest() local
190 client.get(project, zone, machineType); in getExceptionTest()
199 MachineType responsesElement = MachineType.newBuilder().build(); in listTest()
212 List<MachineType> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listTest()
/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/
H A DHttpJsonMachineTypesStub.java37 import com.google.cloud.compute.v1.MachineType;
118 private static final ApiMethodDescriptor<GetMachineTypeRequest, MachineType> getMethodDescriptor =
119 ApiMethodDescriptor.<GetMachineTypeRequest, MachineType>newBuilder()
126 "/compute/v1/projects/{project}/zones/{zone}/machineTypes/{machineType}",
131 serializer.putPathParam(fields, "machineType", request.getMachineType());
146 ProtoMessageResponseParser.<MachineType>newBuilder()
147 .setDefaultInstance(MachineType.getDefaultInstance())
209 private final UnaryCallable<GetMachineTypeRequest, MachineType> getCallable;
262 HttpJsonCallSettings<GetMachineTypeRequest, MachineType> getTransportSettings = in HttpJsonMachineTypesStub()
263 HttpJsonCallSettings.<GetMachineTypeRequest, MachineType>newBuilder() in HttpJsonMachineTypesStub()
[all …]
H A DMachineTypesStubSettings.java47 import com.google.cloud.compute.v1.MachineType;
112 private final UnaryCallSettings<GetMachineTypeRequest, MachineType> getSettings;
165 private static final PagedListDescriptor<ListMachineTypesRequest, MachineTypeList, MachineType>
167 new PagedListDescriptor<ListMachineTypesRequest, MachineTypeList, MachineType>() {
196 public Iterable<MachineType> extractResources(MachineTypeList payload) {
198 ? ImmutableList.<MachineType>of()
238 PageContext<ListMachineTypesRequest, MachineTypeList, MachineType> pageContext =
252 public UnaryCallSettings<GetMachineTypeRequest, MachineType> getSettings() { in getSettings()
351 private final UnaryCallSettings.Builder<GetMachineTypeRequest, MachineType> getSettings;
474 public UnaryCallSettings.Builder<GetMachineTypeRequest, MachineType> getSettings() { in getSettings()
/aosp_15_r20/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1/src/main/java/com/google/cloud/orchestration/airflow/service/v1/
H A DNodeConfig.java91 * location. If both this field and `nodeConfig.machineType` are specified,
92 * `nodeConfig.machineType` must belong to this `location`; if both are
95 * both fields. If only one field (`location` or `nodeConfig.machineType`) is
128 * location. If both this field and `nodeConfig.machineType` are specified,
129 * `nodeConfig.machineType` must belong to this `location`; if both are
132 * both fields. If only one field (`location` or `nodeConfig.machineType`) is
170 * The `machineType` must belong to the enclosing environment's project and
172 * this `machineType` must belong to the `nodeConfig.location`; if both are
188 * @return The machineType.
212 * The `machineType` must belong to the enclosing environment's project and
[all …]
H A DNodeConfigOrBuilder.java36 * location. If both this field and `nodeConfig.machineType` are specified,
37 * `nodeConfig.machineType` must belong to this `location`; if both are
40 * both fields. If only one field (`location` or `nodeConfig.machineType`) is
62 * location. If both this field and `nodeConfig.machineType` are specified,
63 * `nodeConfig.machineType` must belong to this `location`; if both are
66 * both fields. If only one field (`location` or `nodeConfig.machineType`) is
89 * The `machineType` must belong to the enclosing environment's project and
91 * this `machineType` must belong to the `nodeConfig.location`; if both are
107 * @return The machineType.
120 * The `machineType` must belong to the enclosing environment's project and
[all …]
H A DUpdateEnvironmentRequest.java288 * * `config.databaseConfig.machineType`
293 * * `config.webServerConfig.machineType`
416 * * `config.databaseConfig.machineType`
421 * * `config.webServerConfig.machineType`
544 * * `config.databaseConfig.machineType`
549 * * `config.webServerConfig.machineType`
1411 * * `config.databaseConfig.machineType`
1416 * * `config.webServerConfig.machineType`
1538 * * `config.databaseConfig.machineType`
1543 * * `config.webServerConfig.machineType`
[all …]
/aosp_15_r20/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1beta1/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/
H A DNodeConfig.java91 * location. If both this field and `nodeConfig.machineType` are specified,
92 * `nodeConfig.machineType` must belong to this `location`; if both are
95 * both fields. If only one field (`location` or `nodeConfig.machineType`) is
128 * location. If both this field and `nodeConfig.machineType` are specified,
129 * `nodeConfig.machineType` must belong to this `location`; if both are
132 * both fields. If only one field (`location` or `nodeConfig.machineType`) is
170 * The `machineType` must belong to the enclosing environment's project and
172 * this `machineType` must belong to the `nodeConfig.location`; if both are
188 * @return The machineType.
212 * The `machineType` must belong to the enclosing environment's project and
[all …]
H A DNodeConfigOrBuilder.java36 * location. If both this field and `nodeConfig.machineType` are specified,
37 * `nodeConfig.machineType` must belong to this `location`; if both are
40 * both fields. If only one field (`location` or `nodeConfig.machineType`) is
62 * location. If both this field and `nodeConfig.machineType` are specified,
63 * `nodeConfig.machineType` must belong to this `location`; if both are
66 * both fields. If only one field (`location` or `nodeConfig.machineType`) is
89 * The `machineType` must belong to the enclosing environment's project and
91 * this `machineType` must belong to the `nodeConfig.location`; if both are
107 * @return The machineType.
120 * The `machineType` must belong to the enclosing environment's project and
[all …]
H A DUpdateEnvironmentRequest.java298 * * `config.databaseConfig.machineType`
303 * * `config.webServerConfig.machineType`
448 * * `config.databaseConfig.machineType`
453 * * `config.webServerConfig.machineType`
598 * * `config.databaseConfig.machineType`
603 * * `config.webServerConfig.machineType`
1494 * * `config.databaseConfig.machineType`
1499 * * `config.webServerConfig.machineType`
1643 * * `config.databaseConfig.machineType`
1648 * * `config.webServerConfig.machineType`
[all …]
/aosp_15_r20/external/toolchain-utils/
H A Dlock_machine.py41 class MachineType(enum.Enum): class
149 Value of the type in MachineType Enum.
152 return MachineType.LOCAL
154 return MachineType.CROSFLEET
167 machine_type: MachineType to determine where the machine is located.
175 "\t\t" if machine_type == MachineType.LOCAL else "",
186 "\t\t" if machine_type == MachineType.LOCAL else "",
288 if machine_type == MachineType.CROSFLEET:
290 elif machine_type == MachineType.LOCAL:
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dcomposer_v1.projects.locations.environments.html118 …&quot;machineType&quot;: &quot;A String&quot;, # Optional. Cloud SQL machine type used by Airflow …
139machineType` are specified, `nodeConfig.machineType` must belong to this `location`; if both are u…
140machineType&quot;: &quot;A String&quot;, # Optional. The Compute Engine [machine type](/compute/do…
180 …&quot;machineType&quot;: &quot;A String&quot;, # Optional. Machine type on which Airflow web serve…
304 …&quot;machineType&quot;: &quot;A String&quot;, # Optional. Cloud SQL machine type used by Airflow …
325machineType` are specified, `nodeConfig.machineType` must belong to this `location`; if both are u…
326machineType&quot;: &quot;A String&quot;, # Optional. The Compute Engine [machine type](/compute/do…
366 …&quot;machineType&quot;: &quot;A String&quot;, # Optional. Machine type on which Airflow web serve…
431 …&quot;machineType&quot;: &quot;A String&quot;, # Optional. Cloud SQL machine type used by Airflow …
452machineType` are specified, `nodeConfig.machineType` must belong to this `location`; if both are u…
[all …]
Dcomposer_v1beta1.projects.locations.environments.html166 …&quot;machineType&quot;: &quot;A String&quot;, # Optional. Cloud SQL machine type used by Airflow …
197machineType` are specified, `nodeConfig.machineType` must belong to this `location`; if both are u…
198machineType&quot;: &quot;A String&quot;, # Optional. The Compute Engine [machine type](/compute/do…
241 …&quot;machineType&quot;: &quot;A String&quot;, # Optional. Machine type on which Airflow web serve…
365 …&quot;machineType&quot;: &quot;A String&quot;, # Optional. Cloud SQL machine type used by Airflow …
396machineType` are specified, `nodeConfig.machineType` must belong to this `location`; if both are u…
397machineType&quot;: &quot;A String&quot;, # Optional. The Compute Engine [machine type](/compute/do…
440 …&quot;machineType&quot;: &quot;A String&quot;, # Optional. Machine type on which Airflow web serve…
505 …&quot;machineType&quot;: &quot;A String&quot;, # Optional. Cloud SQL machine type used by Airflow …
536machineType` are specified, `nodeConfig.machineType` must belong to this `location`; if both are u…
[all …]
Dcompute_v1.machineTypes.html87 <code><a href="#get">get(project, zone, machineType, x__xgafv=None)</a></code></p>
141 …&quot;kind&quot;: &quot;compute#machineType&quot;, # [Output Only] The type of the resource. Alway…
206 <code class="details" id="get">get(project, zone, machineType, x__xgafv=None)</code>
212 machineType: string, Name of the machine type to return. (required)
241 …&quot;kind&quot;: &quot;compute#machineType&quot;, # [Output Only] The type of the resource. Alway…
278 &quot;items&quot;: [ # A list of MachineType resources.
299 …&quot;kind&quot;: &quot;compute#machineType&quot;, # [Output Only] The type of the resource. Alway…
Dcompute_alpha.machineTypes.html87 <code><a href="#get">get(project, zone, machineType, x__xgafv=None)</a></code></p>
146 …&quot;kind&quot;: &quot;compute#machineType&quot;, # [Output Only] The type of the resource. Alway…
207 <code class="details" id="get">get(project, zone, machineType, x__xgafv=None)</code>
213 machineType: string, Name of the machine type to return. (required)
247 …&quot;kind&quot;: &quot;compute#machineType&quot;, # [Output Only] The type of the resource. Alway…
280 &quot;items&quot;: [ # A list of MachineType resources.
306 …&quot;kind&quot;: &quot;compute#machineType&quot;, # [Output Only] The type of the resource. Alway…
/aosp_15_r20/external/google-cloud-java/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/get/
H A DSyncGetStringStringString.java20 import com.google.cloud.compute.v1.MachineType;
38 String machineType = "machineType-218117087"; in syncGetStringStringString() local
39 MachineType response = machineTypesClient.get(project, zone, machineType); in syncGetStringStringString()
/aosp_15_r20/external/opencensus-java/contrib/resource_util/src/main/java/io/opencensus/contrib/resource/util/
H A DGcpMetadataConfig.java58 String machineType = getAttribute("instance/machine-type"); in getMachineType() local
59 if (machineType.contains("/")) { in getMachineType()
60 return machineType.substring(machineType.lastIndexOf('/') + 1); in getMachineType()
62 return machineType; in getMachineType()
/aosp_15_r20/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/
H A DBuildOptions.java224 * Protobuf enum {@code google.devtools.cloudbuild.v1.BuildOptions.MachineType}
226 public enum MachineType implements com.google.protobuf.ProtocolMessageEnum { enum in BuildOptions
345 public static MachineType valueOf(int value) { in valueOf()
353 public static MachineType forNumber(int value) { in forNumber()
370 public static com.google.protobuf.Internal.EnumLiteMap<MachineType> internalGetValueMap() { in internalGetValueMap()
374 private static final com.google.protobuf.Internal.EnumLiteMap<MachineType> internalValueMap =
375 new com.google.protobuf.Internal.EnumLiteMap<MachineType>() {
376 public MachineType findValueByNumber(int number) {
377 return MachineType.forNumber(number);
397 private static final MachineType[] VALUES = values();
[all …]
/aosp_15_r20/external/google-cloud-java/java-notebooks/google-cloud-notebooks/src/test/java/com/google/cloud/notebooks/v1beta1/
H A DNotebookServiceClientTest.java175 .setMachineType("machineType-218117087") in getInstanceTest()
235 .setMachineType("machineType-218117087") in createInstanceTest()
315 .setMachineType("machineType-218117087") in registerInstanceTest()
392 .setMachineType("machineType-218117087") in setInstanceAcceleratorTest()
471 .setMachineType("machineType-218117087") in setInstanceMachineTypeTest()
501 .setMachineType("machineType-218117087") in setInstanceMachineTypeTest()
529 .setMachineType("machineType-218117087") in setInstanceMachineTypeExceptionTest()
549 .setMachineType("machineType-218117087") in setInstanceLabelsTest()
670 .setMachineType("machineType-218117087") in startInstanceTest()
739 .setMachineType("machineType-218117087") in stopInstanceTest()
[all …]

12345678910>>...13