Uses of Class
com.google.cloud.deploy.v1.ExecutionConfig
-
Packages that use ExecutionConfig Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of ExecutionConfig in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return ExecutionConfig Modifier and Type Method Description ExecutionConfigExecutionConfig.Builder. build()ExecutionConfigExecutionConfig.Builder. buildPartial()static ExecutionConfigExecutionConfig. getDefaultInstance()ExecutionConfigExecutionConfig.Builder. getDefaultInstanceForType()ExecutionConfigExecutionConfig. getDefaultInstanceForType()ExecutionConfigTarget.Builder. getExecutionConfigs(int index)Configurations for all execution that relates to this `Target`.ExecutionConfigTarget. getExecutionConfigs(int index)Configurations for all execution that relates to this `Target`.ExecutionConfigTargetOrBuilder. getExecutionConfigs(int index)Configurations for all execution that relates to this `Target`.static ExecutionConfigExecutionConfig. parseDelimitedFrom(InputStream input)static ExecutionConfigExecutionConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionConfigExecutionConfig. parseFrom(byte[] data)static ExecutionConfigExecutionConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionConfigExecutionConfig. parseFrom(com.google.protobuf.ByteString data)static ExecutionConfigExecutionConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionConfigExecutionConfig. parseFrom(com.google.protobuf.CodedInputStream input)static ExecutionConfigExecutionConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionConfigExecutionConfig. parseFrom(InputStream input)static ExecutionConfigExecutionConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionConfigExecutionConfig. parseFrom(ByteBuffer data)static ExecutionConfigExecutionConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.deploy.v1 that return types with arguments of type ExecutionConfig Modifier and Type Method Description List<ExecutionConfig>Target.Builder. getExecutionConfigsList()Configurations for all execution that relates to this `Target`.List<ExecutionConfig>Target. getExecutionConfigsList()Configurations for all execution that relates to this `Target`.List<ExecutionConfig>TargetOrBuilder. getExecutionConfigsList()Configurations for all execution that relates to this `Target`.com.google.protobuf.Parser<ExecutionConfig>ExecutionConfig. getParserForType()static com.google.protobuf.Parser<ExecutionConfig>ExecutionConfig. parser()Methods in com.google.cloud.deploy.v1 with parameters of type ExecutionConfig Modifier and Type Method Description Target.BuilderTarget.Builder. addExecutionConfigs(int index, ExecutionConfig value)Configurations for all execution that relates to this `Target`.Target.BuilderTarget.Builder. addExecutionConfigs(ExecutionConfig value)Configurations for all execution that relates to this `Target`.ExecutionConfig.BuilderExecutionConfig.Builder. mergeFrom(ExecutionConfig other)static ExecutionConfig.BuilderExecutionConfig. newBuilder(ExecutionConfig prototype)Target.BuilderTarget.Builder. setExecutionConfigs(int index, ExecutionConfig value)Configurations for all execution that relates to this `Target`.Method parameters in com.google.cloud.deploy.v1 with type arguments of type ExecutionConfig Modifier and Type Method Description Target.BuilderTarget.Builder. addAllExecutionConfigs(Iterable<? extends ExecutionConfig> values)Configurations for all execution that relates to this `Target`.
-