/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1alpha2/src/main/java/com/google/cloud/dataform/v1alpha2/ |
H A D | WorkflowInvocation.java | 473 public static final class InvocationConfig extends com.google.protobuf.GeneratedMessageV3 class in WorkflowInvocation 479 private InvocationConfig(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in InvocationConfig() method in WorkflowInvocation.InvocationConfig 483 private InvocationConfig() { in InvocationConfig() method in WorkflowInvocation.InvocationConfig 491 return new InvocationConfig(); in newInstance() 510 com.google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig.class, in internalGetFieldAccessorTable() 511 com.google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig.Builder.class); in internalGetFieldAccessorTable() 794 instanceof com.google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig)) { in equals() 797 com.google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig other = in equals() 798 (com.google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig) obj; in equals() 843 public static com.google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig parseFrom( in parseFrom() [all …]
|
H A D | WorkflowInvocationOrBuilder.java | 109 com.google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig getInvocationConfig(); in getInvocationConfig()
|
/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1beta1/src/main/java/com/google/cloud/dataform/v1beta1/ |
H A D | WorkflowInvocation.java | 473 public static final class InvocationConfig extends com.google.protobuf.GeneratedMessageV3 class in WorkflowInvocation 479 private InvocationConfig(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in InvocationConfig() method in WorkflowInvocation.InvocationConfig 483 private InvocationConfig() { in InvocationConfig() method in WorkflowInvocation.InvocationConfig 491 return new InvocationConfig(); in newInstance() 510 com.google.cloud.dataform.v1beta1.WorkflowInvocation.InvocationConfig.class, in internalGetFieldAccessorTable() 511 com.google.cloud.dataform.v1beta1.WorkflowInvocation.InvocationConfig.Builder.class); in internalGetFieldAccessorTable() 793 if (!(obj instanceof com.google.cloud.dataform.v1beta1.WorkflowInvocation.InvocationConfig)) { in equals() 796 com.google.cloud.dataform.v1beta1.WorkflowInvocation.InvocationConfig other = in equals() 797 (com.google.cloud.dataform.v1beta1.WorkflowInvocation.InvocationConfig) obj; in equals() 842 public static com.google.cloud.dataform.v1beta1.WorkflowInvocation.InvocationConfig parseFrom( in parseFrom() [all …]
|
H A D | WorkflowInvocationOrBuilder.java | 109 com.google.cloud.dataform.v1beta1.WorkflowInvocation.InvocationConfig getInvocationConfig(); in getInvocationConfig()
|
/aosp_15_r20/external/google-cloud-java/java-dataform/google-cloud-dataform/src/test/java/com/google/cloud/dataform/v1beta1/ |
H A D | DataformClientHttpJsonTest.java | 2312 .setInvocationConfig(WorkflowInvocation.InvocationConfig.newBuilder().build()) in getWorkflowInvocationTest() 2369 .setInvocationConfig(WorkflowInvocation.InvocationConfig.newBuilder().build()) in getWorkflowInvocationTest2() 2424 .setInvocationConfig(WorkflowInvocation.InvocationConfig.newBuilder().build()) in createWorkflowInvocationTest() 2479 .setInvocationConfig(WorkflowInvocation.InvocationConfig.newBuilder().build()) in createWorkflowInvocationTest2()
|
H A D | DataformClientTest.java | 2099 .setInvocationConfig(WorkflowInvocation.InvocationConfig.newBuilder().build()) in getWorkflowInvocationTest() 2151 .setInvocationConfig(WorkflowInvocation.InvocationConfig.newBuilder().build()) in getWorkflowInvocationTest2() 2199 .setInvocationConfig(WorkflowInvocation.InvocationConfig.newBuilder().build()) in createWorkflowInvocationTest() 2250 .setInvocationConfig(WorkflowInvocation.InvocationConfig.newBuilder().build()) in createWorkflowInvocationTest2()
|
/aosp_15_r20/external/google-cloud-java/java-dataform/google-cloud-dataform/src/test/java/com/google/cloud/dataform/v1alpha2/ |
H A D | DataformClientHttpJsonTest.java | 2320 .setInvocationConfig(WorkflowInvocation.InvocationConfig.newBuilder().build()) in getWorkflowInvocationTest() 2377 .setInvocationConfig(WorkflowInvocation.InvocationConfig.newBuilder().build()) in getWorkflowInvocationTest2() 2432 .setInvocationConfig(WorkflowInvocation.InvocationConfig.newBuilder().build()) in createWorkflowInvocationTest() 2487 .setInvocationConfig(WorkflowInvocation.InvocationConfig.newBuilder().build()) in createWorkflowInvocationTest2()
|
H A D | DataformClientTest.java | 2107 .setInvocationConfig(WorkflowInvocation.InvocationConfig.newBuilder().build()) in getWorkflowInvocationTest() 2159 .setInvocationConfig(WorkflowInvocation.InvocationConfig.newBuilder().build()) in getWorkflowInvocationTest2() 2207 .setInvocationConfig(WorkflowInvocation.InvocationConfig.newBuilder().build()) in createWorkflowInvocationTest() 2258 .setInvocationConfig(WorkflowInvocation.InvocationConfig.newBuilder().build()) in createWorkflowInvocationTest2()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fSynchronizationTests.cpp | 3522 struct InvocationConfig in init() struct 3528 static const InvocationConfig ssboInvocations[] = { in init() 3533 static const InvocationConfig imageInvocations[] = { in init() 3538 static const InvocationConfig counterInvocations[] = { in init()
|
/aosp_15_r20/external/googleapis/google/cloud/dataform/v1beta1/ |
H A D | dataform.proto | 2040 // Optional. If left unset, a default InvocationConfig will be used. 2041 InvocationConfig invocation_config = 3 2064 message InvocationConfig { message 2231 // Immutable. If left unset, a default InvocationConfig will be used. 2232 InvocationConfig invocation_config = 3
|
/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1alpha2/src/main/proto/google/cloud/dataform/v1alpha2/ |
H A D | dataform.proto | 1391 message InvocationConfig { message 1444 // Immutable. If left unset, a default InvocationConfig will be used. 1445 InvocationConfig invocation_config = 3 [(google.api.field_behavior) = IMMUTABLE];
|
/aosp_15_r20/external/googleapis/google/cloud/dataform/v1alpha2/ |
H A D | dataform.proto | 1391 message InvocationConfig { message 1444 // Immutable. If left unset, a default InvocationConfig will be used. 1445 InvocationConfig invocation_config = 3 [(google.api.field_behavior) = IMMUTABLE];
|
/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1beta1/src/main/proto/google/cloud/dataform/v1beta1/ |
H A D | dataform.proto | 1391 message InvocationConfig { message 1444 // Immutable. If left unset, a default InvocationConfig will be used. 1445 InvocationConfig invocation_config = 3 [(google.api.field_behavior) = IMMUTABLE];
|