Uses of Class
com.google.cloud.aiplatform.v1.NetworkSpec.Builder
Packages that use NetworkSpec.Builder
-
Uses of NetworkSpec.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NetworkSpec.BuilderModifier and TypeMethodDescriptionNetworkSpec.Builder.clear()NetworkSpec.Builder.clearEnableInternetAccess()Whether to enable public internet access.NetworkSpec.Builder.clearNetwork()The full name of the Google Compute Engine [network](https://cloud.google.com//compute/docs/networks-and-firewalls#networks)NetworkSpec.Builder.clearSubnetwork()The name of the subnet that this instance is in.NotebookExecutionJob.CustomEnvironmentSpec.Builder.getNetworkSpecBuilder()The network configuration to use for the execution job.NotebookRuntime.Builder.getNetworkSpecBuilder()Output only.NotebookRuntimeTemplate.Builder.getNetworkSpecBuilder()Optional.NetworkSpec.Builder.mergeFrom(NetworkSpec other) NetworkSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) NetworkSpec.Builder.mergeFrom(com.google.protobuf.Message other) static NetworkSpec.BuilderNetworkSpec.newBuilder()static NetworkSpec.BuilderNetworkSpec.newBuilder(NetworkSpec prototype) NetworkSpec.newBuilderForType()protected NetworkSpec.BuilderNetworkSpec.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) NetworkSpec.Builder.setEnableInternetAccess(boolean value) Whether to enable public internet access.NetworkSpec.Builder.setNetwork(String value) The full name of the Google Compute Engine [network](https://cloud.google.com//compute/docs/networks-and-firewalls#networks)NetworkSpec.Builder.setNetworkBytes(com.google.protobuf.ByteString value) The full name of the Google Compute Engine [network](https://cloud.google.com//compute/docs/networks-and-firewalls#networks)NetworkSpec.Builder.setSubnetwork(String value) The name of the subnet that this instance is in.NetworkSpec.Builder.setSubnetworkBytes(com.google.protobuf.ByteString value) The name of the subnet that this instance is in.NetworkSpec.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type NetworkSpec.BuilderModifier and TypeMethodDescriptionNotebookExecutionJob.CustomEnvironmentSpec.Builder.setNetworkSpec(NetworkSpec.Builder builderForValue) The network configuration to use for the execution job.NotebookRuntime.Builder.setNetworkSpec(NetworkSpec.Builder builderForValue) Output only.NotebookRuntimeTemplate.Builder.setNetworkSpec(NetworkSpec.Builder builderForValue) Optional.