Package com.google.cloud.aiplatform.v1
Interface PscAutomatedEndpointsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PscAutomatedEndpoints,PscAutomatedEndpoints.Builder
@Generated
public interface PscAutomatedEndpointsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionIp Address created by the automated forwarding rule.com.google.protobuf.ByteStringIp Address created by the automated forwarding rule.Corresponding network in pscAutomationConfigs.com.google.protobuf.ByteStringCorresponding network in pscAutomationConfigs.Corresponding project_id in pscAutomationConfigscom.google.protobuf.ByteStringCorresponding project_id in pscAutomationConfigsMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getProjectId
String getProjectId()Corresponding project_id in pscAutomationConfigs
string project_id = 1;- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()Corresponding project_id in pscAutomationConfigs
string project_id = 1;- Returns:
- The bytes for projectId.
-
getNetwork
String getNetwork()Corresponding network in pscAutomationConfigs.
string network = 2;- Returns:
- The network.
-
getNetworkBytes
com.google.protobuf.ByteString getNetworkBytes()Corresponding network in pscAutomationConfigs.
string network = 2;- Returns:
- The bytes for network.
-
getMatchAddress
String getMatchAddress()Ip Address created by the automated forwarding rule.
string match_address = 3;- Returns:
- The matchAddress.
-
getMatchAddressBytes
com.google.protobuf.ByteString getMatchAddressBytes()Ip Address created by the automated forwarding rule.
string match_address = 3;- Returns:
- The bytes for matchAddress.
-