Home
last modified time | relevance | path

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

12345678910>>...12

/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
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 …]
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 …]
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 …]
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>
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 …]
DInstancesSetMachineTypeRequestOrBuilder.java35 * @return Whether the machineType field is set.
47 * @return The machineType.
59 * @return The bytes for machineType.
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.
/external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/
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 …]
/external/google-cloud-java/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/
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()
/external/google-cloud-java/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/get/
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()
DAsyncGet.java22 import com.google.cloud.compute.v1.MachineType;
40 .setMachineType("machineType-218117087") in asyncGet()
44 ApiFuture<MachineType> future = machineTypesClient.getCallable().futureCall(request); in asyncGet()
46 MachineType response = future.get(); in asyncGet()
DSyncGet.java21 import com.google.cloud.compute.v1.MachineType;
39 .setMachineType("machineType-218117087") in syncGet()
43 MachineType response = machineTypesClient.get(request); in syncGet()
/external/google-cloud-java/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/
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 …]
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()
/external/opencensus-java/contrib/resource_util/src/main/java/io/opencensus/contrib/resource/util/
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()
/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1/src/main/java/com/google/cloud/orchestration/airflow/service/v1/
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 …]
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 …]
/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1beta1/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/
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 …]
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 …]
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStreamBuilder.cpp23 Flags(0), MachineType(PDB_Machine::x86) {} in DbiStreamBuilder()
37 void DbiStreamBuilder::setMachineType(PDB_Machine M) { MachineType = M; } in setMachineType()
59 H->MachineType = static_cast<uint16_t>(MachineType); in build()
/external/toolchain-utils/
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:
/external/google-cloud-java/java-compute/samples/snippets/generated/com/google/cloud/compute/v1/machinetypes/list/
DAsyncList.java22 import com.google.cloud.compute.v1.MachineType;
48 ApiFuture<MachineType> future = machineTypesClient.listPagedCallable().futureCall(request); in asyncList()
50 for (MachineType element : future.get().iterateAll()) { in asyncList()
DSyncListStringString.java20 import com.google.cloud.compute.v1.MachineType;
38 for (MachineType element : machineTypesClient.list(project, zone).iterateAll()) { in syncListStringString()
DSyncList.java21 import com.google.cloud.compute.v1.MachineType;
47 for (MachineType element : machineTypesClient.list(request).iterateAll()) { in syncList()
/external/skia/tools/
DCrashHandler.cpp198 const DWORD machineType = IMAGE_FILE_MACHINE_I386; in handler() local
203 const DWORD machineType = IMAGE_FILE_MACHINE_AMD64; in handler() local
208 const DWORD machineType = IMAGE_FILE_MACHINE_ARM64; in handler() local
212 while (StackWalk64(machineType, in handler()

12345678910>>...12