Home
last modified time | relevance | path

Searched refs:InvocationConfig (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1alpha2/src/main/java/com/google/cloud/dataform/v1alpha2/
H A DWorkflowInvocation.java473 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 DWorkflowInvocationOrBuilder.java109 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 DWorkflowInvocation.java473 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 DWorkflowInvocationOrBuilder.java109 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 DDataformClientHttpJsonTest.java2312 .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 DDataformClientTest.java2099 .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 DDataformClientHttpJsonTest.java2320 .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 DDataformClientTest.java2107 .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 Des31fSynchronizationTests.cpp3522 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 Ddataform.proto2040 // 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 Ddataform.proto1391 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 Ddataform.proto1391 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 Ddataform.proto1391 message InvocationConfig { message
1444 // Immutable. If left unset, a default InvocationConfig will be used.
1445 InvocationConfig invocation_config = 3 [(google.api.field_behavior) = IMMUTABLE];