Interface Provisioning.SetNetworkCredentialsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Provisioning.SetNetworkCredentialsRequest, Provisioning.SetNetworkCredentialsRequest.Builder
Enclosing class:
Provisioning

public static interface Provisioning.SetNetworkCredentialsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string psk = 3 [json_name = "psk"];
    com.google.protobuf.ByteString
    string psk = 3 [json_name = "psk"];
    string ssid = 2 [json_name = "ssid"];
    com.google.protobuf.ByteString
    string ssid = 2 [json_name = "ssid"];
    string type = 1 [json_name = "type"];
    com.google.protobuf.ByteString
    string type = 1 [json_name = "type"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getType

      String getType()
      string type = 1 [json_name = "type"];
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      string type = 1 [json_name = "type"];
      Returns:
      The bytes for type.
    • getSsid

      String getSsid()
      string ssid = 2 [json_name = "ssid"];
      Returns:
      The ssid.
    • getSsidBytes

      com.google.protobuf.ByteString getSsidBytes()
      string ssid = 2 [json_name = "ssid"];
      Returns:
      The bytes for ssid.
    • getPsk

      String getPsk()
      string psk = 3 [json_name = "psk"];
      Returns:
      The psk.
    • getPskBytes

      com.google.protobuf.ByteString getPskBytes()
      string psk = 3 [json_name = "psk"];
      Returns:
      The bytes for psk.