All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.bloombox.schema.pass.PassOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
/*
 * Copyright 2017, Bloombox, LLC.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: identity/pass/Pass.proto

package io.bloombox.schema.pass;

public interface PassOrBuilder extends
    // @@protoc_insertion_point(interface_extends:identity.pass.Pass)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .identity.pass.PassKey key = 1;
   */
  boolean hasKey();
  /**
   * .identity.pass.PassKey key = 1;
   */
  io.bloombox.schema.pass.PassKey getKey();
  /**
   * .identity.pass.PassKey key = 1;
   */
  io.bloombox.schema.pass.PassKeyOrBuilder getKeyOrBuilder();

  /**
   * string token = 2;
   */
  java.lang.String getToken();
  /**
   * string token = 2;
   */
  com.google.protobuf.ByteString
      getTokenBytes();

  /**
   * string uri = 3;
   */
  java.lang.String getUri();
  /**
   * string uri = 3;
   */
  com.google.protobuf.ByteString
      getUriBytes();

  /**
   * bool active = 4;
   */
  boolean getActive();

  /**
   * .temporal.Instant issued = 5;
   */
  boolean hasIssued();
  /**
   * .temporal.Instant issued = 5;
   */
  io.bloombox.schema.temporal.Instant getIssued();
  /**
   * .temporal.Instant issued = 5;
   */
  io.bloombox.schema.temporal.InstantOrBuilder getIssuedOrBuilder();

  /**
   * .temporal.Instant suspended = 6;
   */
  boolean hasSuspended();
  /**
   * .temporal.Instant suspended = 6;
   */
  io.bloombox.schema.temporal.Instant getSuspended();
  /**
   * .temporal.Instant suspended = 6;
   */
  io.bloombox.schema.temporal.InstantOrBuilder getSuspendedOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy