Uses of Class
com.google.cloud.notebooks.v1.ExecutionTemplate
-
Packages that use ExecutionTemplate Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of ExecutionTemplate in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return ExecutionTemplate Modifier and Type Method Description ExecutionTemplateExecutionTemplate.Builder. build()ExecutionTemplateExecutionTemplate.Builder. buildPartial()static ExecutionTemplateExecutionTemplate. getDefaultInstance()ExecutionTemplateExecutionTemplate.Builder. getDefaultInstanceForType()ExecutionTemplateExecutionTemplate. getDefaultInstanceForType()ExecutionTemplateExecution.Builder. getExecutionTemplate()execute metadata including name, hardware spec, region, labels, etc.ExecutionTemplateExecution. getExecutionTemplate()execute metadata including name, hardware spec, region, labels, etc.ExecutionTemplateExecutionOrBuilder. getExecutionTemplate()execute metadata including name, hardware spec, region, labels, etc.ExecutionTemplateSchedule.Builder. getExecutionTemplate()Notebook Execution Template corresponding to this schedule.ExecutionTemplateSchedule. getExecutionTemplate()Notebook Execution Template corresponding to this schedule.ExecutionTemplateScheduleOrBuilder. getExecutionTemplate()Notebook Execution Template corresponding to this schedule.static ExecutionTemplateExecutionTemplate. parseDelimitedFrom(InputStream input)static ExecutionTemplateExecutionTemplate. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionTemplateExecutionTemplate. parseFrom(byte[] data)static ExecutionTemplateExecutionTemplate. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionTemplateExecutionTemplate. parseFrom(com.google.protobuf.ByteString data)static ExecutionTemplateExecutionTemplate. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionTemplateExecutionTemplate. parseFrom(com.google.protobuf.CodedInputStream input)static ExecutionTemplateExecutionTemplate. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionTemplateExecutionTemplate. parseFrom(InputStream input)static ExecutionTemplateExecutionTemplate. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionTemplateExecutionTemplate. parseFrom(ByteBuffer data)static ExecutionTemplateExecutionTemplate. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v1 that return types with arguments of type ExecutionTemplate Modifier and Type Method Description com.google.protobuf.Parser<ExecutionTemplate>ExecutionTemplate. getParserForType()static com.google.protobuf.Parser<ExecutionTemplate>ExecutionTemplate. parser()Methods in com.google.cloud.notebooks.v1 with parameters of type ExecutionTemplate Modifier and Type Method Description Execution.BuilderExecution.Builder. mergeExecutionTemplate(ExecutionTemplate value)execute metadata including name, hardware spec, region, labels, etc.Schedule.BuilderSchedule.Builder. mergeExecutionTemplate(ExecutionTemplate value)Notebook Execution Template corresponding to this schedule.ExecutionTemplate.BuilderExecutionTemplate.Builder. mergeFrom(ExecutionTemplate other)static ExecutionTemplate.BuilderExecutionTemplate. newBuilder(ExecutionTemplate prototype)Execution.BuilderExecution.Builder. setExecutionTemplate(ExecutionTemplate value)execute metadata including name, hardware spec, region, labels, etc.Schedule.BuilderSchedule.Builder. setExecutionTemplate(ExecutionTemplate value)Notebook Execution Template corresponding to this schedule.
-