com.google.assistant.embedded.v1alpha2.ScreenOutConfigOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: embedded_assistant.proto
package com.google.assistant.embedded.v1alpha2;
public interface ScreenOutConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.assistant.embedded.v1alpha2.ScreenOutConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
* Current visual screen-mode for the device while issuing the query.
*
*
* .google.assistant.embedded.v1alpha2.ScreenOutConfig.ScreenMode screen_mode = 1;
* @return The enum numeric value on the wire for screenMode.
*/
int getScreenModeValue();
/**
*
* Current visual screen-mode for the device while issuing the query.
*
*
* .google.assistant.embedded.v1alpha2.ScreenOutConfig.ScreenMode screen_mode = 1;
* @return The screenMode.
*/
com.google.assistant.embedded.v1alpha2.ScreenOutConfig.ScreenMode getScreenMode();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy