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 Type
    Method
    Description
    Ip Address created by the automated forwarding rule.
    com.google.protobuf.ByteString
    Ip Address created by the automated forwarding rule.
    Corresponding network in pscAutomationConfigs.
    com.google.protobuf.ByteString
    Corresponding network in pscAutomationConfigs.
    Corresponding project_id in pscAutomationConfigs
    com.google.protobuf.ByteString
    Corresponding project_id in pscAutomationConfigs

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.